
/*function muestraImagen(foto,ancho,alto){
	//funcio para mostrar un imagen
	//se debe indica la foto, el ancho y el alto
	if (typeof ventanaCalendario.document == "object") {
		ventanaCalendario.close()
	}
	ventanaCalendario = window.open("mf.php?foto="+foto+"&an="+ancho+"&al="+alto+,"calendario","width="+ancho+",height="+alto+",left=300,top=100,scrollbars=no,menubars=no,statusbar=NO,status=NO,resizable=NO,location=NO")
}*/
function muestraImagen(foto,ancho,alto,enca){
	//funcio para mostrar un imagen
	//se debe indica la foto, el ancho y el alto
	if (typeof ventanaImagen.document == "object") {
		ventanaImagen.close()
	}
	ventanaImagen = window.open("mf.php?foto="+foto+"&an="+ancho+"&al="+alto+"&tit="+enca,"Imagen","width="+ancho+",height="+alto+",left=300,top=100,scrollbars=no,menubars=no,statusbar=NO,status=NO,resizable=NO,location=NO")
}
function muestraWall(foto,ancho,alto,enca){
	//funcio para mostrar un imagen
	//se debe indica la foto, el ancho y el alto
	if (typeof ventanaWall.document == "object") {
		ventanaWall.close()
	}
	ventanaWall = window.open("wf.php?foto="+foto+"&an="+ancho+"&al="+alto+"&tit="+enca,"Wallpaper","width="+ancho+",height="+alto+",left=300,top=100,scrollbars=no,menubars=no,statusbar=NO,status=NO,resizable=NO,location=NO")
}
/*function muestraCalendario(foto){
	//funcion para abrir una ventana con un calendario.
	//Se deben indicar los datos del formulario y campos que se desean editar con el calendario, es decir, los campos donde va la fecha.
	
	if (typeof ventanaCalendario.document == "object") {
		ventanaCalendario.close()
	}
	ventanaCalendario = window.open("mf.php?foto="+foto,"calendario","width=500,height=375,left=300,top=100,scrollbars=no,menubars=no,statusbar=NO,status=NO,resizable=NO,location=NO")
}
*/