	function NewWindow(URL,Ancho,Alto,Scroll,Resize){
	window.open(URL,'ventana1','width=' + Ancho + ',height=' + Alto + ',toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=no,top=10,left=10');	
	}
	function NewWin2(URL,Ancho,Alto,Scroll,Resize){
	window.open(URL,'ventana2','width=' + Ancho + ',height=' + Alto + ',toolbar=no,directories=no,menubar=yes,status=no,scrollbars=yes,resizable=no,top=10,left=10');	
	}
	function NewWin3(URL,Ancho,Alto,Scroll,Resize){
	window.open(URL,'ventana3','width=' + Ancho + ',height=' + Alto + ',toolbar=yes,directories=no,menubar=no,status=no,scrollbars=yes,resizable=no,top=10,left=5');	
	}
	function NewWin4(URL,Ancho,Alto){
	window.open(URL,'ventana4','width=' + Ancho + ',height=' + Alto + ',toolbar=yes,directories=no,menubar=no,status=no,scrollbars=yes,resizable=no,top=10,left=5');	
	}
	function riego(){
	window.open('riego.html','ventanariego','width=400,height=400,toolbar=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=no,top=5,left=5');	
	}
	function riegofotos(){
	window.open('riegofotos.htm','ventanariegofoto','width=590,height=296,toolbar=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=no,top=180,left=150');
	}
	function helpuser(){
	window.open('http://infocenter.golfmol.com/helpuser.php','ventana_helpusr','width=620,height=360,toolbar=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=no,top=5,left=5');
	}
	function fotos(){
	window.open('http://abiertochapelco.golfmol.com/fotos/verfotos.php?pag=1','ventana_verfotos','width=750,height=500,toolbar=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=no,top=5,left=5');
	}
	function verfot(ID){
	window.open('http://abiertochapelco.golfmol.com/fotos/fotodet.php?id=' + ID + '','ventana_fotalt','width=570,height=550,toolbar=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=no,top=5,left=5');
	}
	function helpfot(){
	window.open('http://abiertochapelco.golfmol.com/fotos/helpfot.php','ventana_fothelp','width=400,height=375,toolbar=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=no,top=5,left=5');
	}
	function confirmop()
	{
	var agree=confirm("Por favor, dele una ultima mirada a su balance ... Esta correcto?...");
	if (agree)
		return true ;
	else
		return false ;
	}