function verfoto(foto)
{
 //Ver foto
 if (foto != '0')
 	eval("window.open("+foto+",toolbar=no,menubar=no,location=no,status=no,scrollbars=no,resizable=no,top=20,left=75');");
}

function abrirVentana(web,ancho,alto)
{
	window.open(web,'_blank',"height="+alto+",width="+ancho+",toolbar=no,menubar=no,location=no,status=no,scrollbars=yes,resizable=no,top=20,left=75")
}

function verCalendario(web)
{
		//window.open(web);
		window.location=web;
}
