function Popup(url,w,h) 
	{
		window.open(url,'Nome','status=no,width='+w+',height='+h+',toolbar=no,scrollbars=yes');
	}
