function Pop (url,largura, altura)
	{
		window.open(url,'page','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+largura+',height='+altura);  
	}	