function AbrirVentana(url)
{
	 window.open(url,"","width=500, height=350, scrollbars=no, menubar=no, location=no, resizable=no");
}