function Posa()
{

	//window.moveTo(0,0);
	//window.resizeTo(screen.width,screen.height);

	
	if (window.document.title=="Web ACKE Asociación comerciantes de karting de España solicitud tarjeta de piloto" && document.frmSolicitaTP.tnom.value=="") 
	{
	document.frmSolicitaTP.tnom.disabled=true;
	document.frmSolicitaTP.tcognom1.disabled=true;
	document.frmSolicitaTP.tcognom2.disabled=true;
	document.frmSolicitaTP.tadreca.disabled=true;
	document.frmSolicitaTP.tpoblacion.disabled=true;
	document.frmSolicitaTP.tprovincia.disabled=true;
	document.frmSolicitaTP.tCP.disabled=true;
	document.frmSolicitaTP.tDNI.disabled=true;
	document.frmSolicitaTP.ttelefon.disabled=true;
	document.frmSolicitaTP.temail.disabled=true;
	}

	if (window.document.title=="Web ACKE Asociación comerciantes de karting de España solicitud tarjeta de piloto" && document.frmSolicitaTP.tnom.value!="") 
	{
	
	
	document.getElementById ("tutor").style.display="block"
	document.getElementById ("tutor").style.opacity="1"
	document.getElementById ("tutor").style.filter ="alpha(opacity=100)"
	document.frmSolicitaTP.tnom.disabled=false;
	document.frmSolicitaTP.tcognom1.disabled=false;
	document.frmSolicitaTP.tcognom2.disabled=false;
	document.frmSolicitaTP.tadreca.disabled=false;
	document.frmSolicitaTP.tpoblacion.disabled=false;
	document.frmSolicitaTP.tprovincia.disabled=false;
	document.frmSolicitaTP.tCP.disabled=false;
	document.frmSolicitaTP.tDNI.disabled=false;
	document.frmSolicitaTP.ttelefon.disabled=false;
	document.frmSolicitaTP.temail.disabled=false;


	document.frmSolicitaTP.tnom.value="";
	document.frmSolicitaTP.tcognom1.value="";
	document.frmSolicitaTP.tcognom2.value="";
	document.frmSolicitaTP.tadreca.value="";
	document.frmSolicitaTP.tpoblacion.value="";
	document.frmSolicitaTP.tprovincia.value="";
	document.frmSolicitaTP.tCP.value="";
	document.frmSolicitaTP.tneix.value="";
	document.frmSolicitaTP.tDNI.value="";
	document.frmSolicitaTP.ttelefon.value="";
	document.frmSolicitaTP.temail.value="";
	}


	if (window.document.title=="Web ACKE Asociación comerciantes de karting de España pagina inicio")
		{
		document.getElementById ("contingut").style.background ="url('grafics/introACKE2.jpg') no-repeat center"














	


		if (window.innerHeight)
			{/*navegadors basats en mozilla*/;h = window.innerHeight-160}
		else
			{ 
			if (document.body.clientHeight)
			{/*Navegadors basats en IExplorer; h = document.body.clientHeight*/;h = document.documentElement.clientHeight-140}
			else
			{/*altres navegadors*/;h = 600} 
			} 

		document.getElementById ("contingut").style.height =h + "px";
		document.getElementById ("PeliIntro").style.top =(h-145) + "px";
		document.getElementById ("PeliIntro").style.left = "400px";
		document.getElementById ("entra").style.top = h-65 + "px";
		document.getElementById ("entra").style.left = "575px";

	}
}




function gotoF(){
	//window.document.Peli4.Stop();
	window.document.PeliIntro.GotoFrame(38);
	window.document.PeliIntro.Play();
}


//............................................................................................

function posaNavega(navega,posX) {
	
	document.getElementById ("navega").innerHTML =navega

		

	if (posX=="0")
		{
		document.getElementById ("navega").style.display ="none"
		}
	else
		{
		document.getElementById ("navega").style.display ="block"
		kk=document.getElementById ("menu").offsetLeft 
		kk2=document.getElementById ("menu").offsetTop 

		document.getElementById ("navega").style.left = ((posX*90)-40) +"px"
		document.getElementById ("navega").style.top = (kk2-58) +"px"
		document.getElementById ("navega").style.fontSize ="0.76em"


		document.getElementById ("navega").style.paddingBottom ="20px"
		document.getElementById ("navega").style.paddingTop ="20px"
		}
}


function posaMail(){
document.getElementById ("peu").style.backgroundImage="url('grafics/mailtoEnces.gif')"


}

function treuMail(){
document.getElementById ("peu").style.backgroundImage="url('grafics/mailto.gif')"
}



