function cambiaFondo(capa)
{
	document.getElementById(capa).style.backgroundImage='url(images/botonmenu_on.gif)';
}
function vuelveFondo(capa)
{
	document.getElementById(capa).style.backgroundImage='url(images/botonmenu_off.gif)';
}
function cambiaFondo2(capa)
{
	document.getElementById(capa).style.backgroundImage='url(images/botonmenu_off.gif)';
}
function vuelveFondo2(capa)
{
	document.getElementById(capa).style.backgroundImage='url(images/botonmenu_on.gif)';
}

function valida()
{
	var f=document.contacto;
	if (f.nombre.value=="")
	{
		alert("Debes rellenar todos los campos");
		f.nombre.focus();
	}
	else if (f.mail.value=="")
	{
		alert("Debes rellenar todos los campos");
		f.mail.focus();
	}
	else if (f.tlf.value=="")
	{
		alert("Debes rellenar todos los campos");
		f.nombre.focus();
	}
	else if (f.asunto.value=="")
	{
		alert("Debes rellenar todos los campos");
		f.asunto.focus();
	}
	else
	{
		f.submit();
	}
}
function popi(url,w,h)
{
	window.open("http://www.casasenconil.com/"+url,"","width="+w+", height="+h+", scrollbars=1");
}

//discriminacion de css
var browser=navigator.appName;
if (browser=="Firefox")
{
	//alert(browser);
	document.write("<link href='css/ns.css' rel='stylesheet' type='text/css' />");
}
else if (browser=="Netscape")
{
	//alert(browser);
	document.write("<link href='css/ns.css' rel='stylesheet' type='text/css' />");
}
else
{
	//alert(browser);
	document.write("<link href='css/styles.css' rel='stylesheet' type='text/css' />");
}
