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.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 pagina inicio")
		{
		document.getElementById ("contingut").style.background ="url('grafics/introACKE.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-150 + "px";
		document.getElementById ("PeliIntro").style.left = "400px";
		document.getElementById ("entra").style.top = h-40 + "px";
		document.getElementById ("entra").style.left = "580px";

	}
}




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 = (kk +80 +(posX*73)) +"px"
		document.getElementById ("navega").style.top = (kk2-80) +"px"
		document.getElementById ("navega").style.fontSize ="0.76em"
		document.getElementById ("navega").style.paddingBottom ="20px"
		document.getElementById ("navega").style.paddingTop ="21px"
		}
}


function posaMail(){
document.getElementById ("peu").style.backgroundImage="url('grafics/mailtoEnces.gif')"


}

function treuMail(){
document.getElementById ("peu").style.backgroundImage="url('grafics/mailto.gif')"
}


