	function FrmFeedback(){
		var objWindow = window.open("contact.aspx?C=N",null,"location  = no, status = no, resizable=no, toolbar=no,width=550, height=300, top=20, left=20");
	}
	function FrmCurso(){
		var objWindow = window.open("contact.aspx?C=S",null,"location  = no, status = no, resizable=no, toolbar=no,width=550, height=500, top=20, left=20");
	}
	function printPage(){
		var objWindow = window.open("includes/popupprint.html",null,"location=no, menubar=no, resizable=no, status=no, toolbar=no, titlebar=no,width=550, height=500, directories=0")
	}
	function VerMapa(){
		var objWindow = window.open("mapa.aspx",null,"location  = no, status = no, resizable=no, toolbar=no,width=585, height=294")
	}
	
	function VerFoto(rutaFoto){
		window.open(rutaFoto,"_blank","directories=no, location=no, menubar=no, resizable=yes, status=no, toolbar=no, titlebar=no, width=620, height=430, top=100, left=100");
	}



