function mFlechaH(cuanto){

	if(!window.parent.document.getElementById("flechaH")) return;

	var flecha=window.parent.document.getElementById("flechaH");

	flecha.style.marginLeft=cuanto;

	

	//alert(cuanto)

}



function Menu(cual,imagen,subm){	

//alert(subm+"df")	

		ocultaSub();

		document.getElementById(subm).style.visibility ="visible";

		cual.src=imagen	

		

	}

function ocultaSub(){



	document.getElementById("subBoutique").style.visibility ="hidden";

	document.getElementById("subBox").style.visibility ="hidden";

	document.getElementById("subRecambios").style.visibility ="hidden";

	document.getElementById("subCalleja").style.visibility ="hidden";

	document.getElementById("subMercado").style.visibility ="hidden";

	document.getElementById("subTienda").style.visibility ="hidden";


}



	function borraLogin(){

		document.login.user.value="";

		document.login.pass.value="";



	}

		function borraNews(){

		document.newsle.mail.value="";

		



	}



function cambiaIframe(size){

	if(!window.parent.document.getElementById("celdaFrame")) return;

	var td= window.parent.document.getElementById("celdaFrame");

	td.height=size+50;

	

	var iframe = window.parent.document.getElementsByTagName("iframe")[0];

	iframe.height=size;

}

function aviso(){

	window.open("avisoLegal.html" , "aviso" , "width=800,height=600,scrollbars=yes") 



}

function politica(){

	window.open("politica.html" , "politica" , "width=800,height=600,scrollbars=yes") 



}