function valContactos()
{	if(document.frmReg.txt1.value=="")
	{	alert("Ingrese sus nombres");document.frmReg.txt1.focus();return;	}
	if(document.frmReg.txt3.value=="")
	{	alert("Ingrese su telefono");document.frmReg.txt3.focus();return;	}
	if(document.frmReg.txt4.value=="")
	{	alert("Ingrese su email");document.frmReg.txt4.focus();return;	}
	if(document.frmReg.txt5.value=="0")
	{	alert("Seleccione su provincia");document.frmReg.txt5.focus();return;	}
	if(document.frmReg.txt6.value=="")
	{	alert("Seleccione su pais");document.frmReg.txt6.focus();return;	}
	document.frmReg.action="alquiler-cortacespedes-madrid-snd.html";
	document.frmReg.submit();
}

function cambiarPagWeb(pStrPagina,pag)
{	document.frmList.pag.value=pag;
	document.frmList.action=pStrPagina;
	document.frmList.submit();
}
function recargaPagWeb(pStrPagina)
{	document.frmReg.action=pStrPagina;
	document.frmReg.submit();
}
function mostrarDetBuscador(pPagDestino)
{	document.frmList.action=pPagDestino;
	document.frmList.submit();
}