
<!--
		var texto="                 Logic Phone - La Telefonía Inteligente ...             ";
    var longitud=texto.length;
     var initMouseY;
     var initMouseX;
    
    
    function scroll() {
      texto=texto.substring(1,longitud-1)+texto.charAt(0);
      window.status = texto;
      setTimeout("scroll()",150);
    }
   	//*************************************************************************************
		function canviTxt() {
			
			if (document.all.link_solicitud.className == 'txt_solicitud') {
				clase = 'txt_solicitud2';	
			} else {
			 	clase = 'txt_solicitud';
			}
			//document.all.link_solicitud.filters[0].apply();
			document.all.link_solicitud.className = clase;
			//document.all.link_solicitud.filters[0].play();
			setTimeout("canviTxt();",500);
		}
		//*************************************************************************************
		function mostrarXcelerator() {
			//alert (document.body.clientWidth);
			document.all.Xcelerator.style.display = 'block';
			document.all.Xcelerator.style.filter = 'alpha(opacity=90)';
			//alert (document.all.Xcelerator.clientWidth);
			document.all.Xcelerator.style.pixelTop = (document.body.clientHeight / 2) - (document.all.Xcelerator.clientHeight / 2);
			document.all.Xcelerator.style.pixelLeft = (document.body.clientWidth / 2) - (document.all.Xcelerator.clientWidth /2);
		}
		//*************************************************************************************
		function openTour(theURL,winName,features) { //v2.0
		  window.open(theURL,winName,features);
		}
		
		//*************************************************************************************
		function mouIMG(iden1, imatge,evt)
		{	//alert ("es mou");
			//window.status= "x=" + (evt.screenX)+ " y=" + (evt.screenY);
			var x;
			var y;
			
			 x=evt.screenX;
			 y=evt.screenY;
			 //showCoords(event);
			  
  
			if (iden1==1)
			{				
				document.getElementById('rec1').style.top = y-90 ;
				document.getElementById('rec1').style.left = x+20 ;
			}
			if (iden1==2)

			{	document.getElementById('rec2').style.top = y-90 ;
				document.getElementById('rec2').style.left = x+20 ;
			}
			if (iden1==3)
			{	document.getElementById('rec3').style.top = y-90 ;
				document.getElementById('rec3').style.left = x+20 ;
			}
			if (iden1==4)
			{	document.getElementById('rec4').style.top = y-90 ;
				document.getElementById('rec4').style.left = x+20 ;
			}
			if (iden1==5)
			{	document.getElementById('rec5').style.top = y-90 ;
				document.getElementById('rec5').style.left = x+20 ;
			}
			if (iden1==6)
			{	document.getElementById('rec6').style.top = y-90 ;
				document.getElementById('rec6').style.left = x+20 ;
			}
			if (iden1==7)
			{	document.getElementById('rec7').style.top = y-90 ;
				document.getElementById('rec7').style.left = x+20 ;
			}
		}
		//******************************************************************************
		function mostraMenu(ancla, idMenu) {
			
			//alert (ancla.offsetTop + ', ' + ancla.offsetLeft);
			//alert (ancla.id);
			
			document.all.mnuServ.style.display = 'none';
			document.all.mnuProd.style.display = 'none';
			document.all.mnuLP.style.display = 'none';
			document.all.mnuAR.style.display = 'none';
			
			switch(ancla.id) {
				case 'dMenu_Serv':
					
					document.all.mnuServ.style.display = 'block';
					document.all.mnuServ.style.filter = 'alpha(opacity=95)';
					//ancla.style.height = document.all.mnuServ.style.height;
			  	document.all.mnuServ.style.zIndex = 2;
			  	document.all.mnuServ.style.top = ancla.offsetTop + 15;
					document.all.mnuServ.style.left = ancla.offsetLeft;
					
					break;
					
				case 'dMenu_Prod':
					
					document.all.mnuProd.style.display = 'block';
					document.all.mnuProd.style.filter = 'alpha(opacity=95)';
					//ancla.style.height = document.all.mnuProd.style.height;
			  	document.all.mnuProd.style.zIndex = 2;
			  	document.all.mnuProd.style.top = ancla.offsetTop + 15;
					document.all.mnuProd.style.left = ancla.offsetLeft;
					break;
					
				case 'dMenu_LP':
					document.all.mnuLP.style.display = 'block';
					document.all.mnuLP.style.filter = 'alpha(opacity=95)';
			  	document.all.mnuLP.style.zIndex = 2;
			  	document.all.mnuLP.style.top = ancla.offsetTop + 15;
					document.all.mnuLP.style.left = ancla.offsetLeft;
					break;
					
				case 'dMenu_AR':
					document.all.mnuAR.style.display = 'block';
					document.all.mnuAR.style.filter = 'alpha(opacity=95)';
			  	document.all.mnuAR.style.zIndex = 2;
			  	document.all.mnuAR.style.top = ancla.offsetTop + 15;
					document.all.mnuAR.style.left = ancla.offsetLeft;
					break;
			}
		}
		//******************************************************************************
		function ocultaMenu() {
			document.all.mnuServ.style.display = 'none';
			document.all.mnuProd.style.display = 'none';
			document.all.mnuLP.style.display = 'none';
			document.all.mnuAR.style.display = 'none';
		}
		//******************************************************************************
		function mostraIMG(iden2)
		{	if (iden2==1)
			{ document.all.rec1.style.display = 'block';
			  document.all.rec1.style.filter = 'alpha(opacity=80)';
			  document.all.rec1.style.opacity = 0.8;
			  document.all.rec1.style.zIndex = 2;
			}
			if (iden2==2)
			{	document.all.rec2.style.display = 'block';
			  document.all.rec2.style.filter = 'alpha(opacity=80)';
			  document.all.rec2.style.opacity = 0.8;
			  document.all.rec2.style.zIndex = 2;
			}
			if (iden2==3)
			{	document.all.rec3.style.display = 'block';
			  document.all.rec3.style.filter = 'alpha(opacity=80)';
			  document.all.rec3.style.opacity = 0.8;
			  document.all.rec3.style.zIndex = 2;
			}
			if (iden2==4)
			{	document.all.rec4.style.display = 'block';
			  document.all.rec4.style.filter = 'alpha(opacity=80)';
			  document.all.rec4.style.opacity = 0.8;
			  document.all.rec4.style.zIndex = 2;
			}
			if (iden2==5)
			{	document.all.rec5.style.display = 'block';
			  document.all.rec5.style.filter = 'alpha(opacity=80)';
			  document.all.rec5.style.opacity = 0.8;
			  document.all.rec5.style.zIndex = 2;
			}
			if (iden2==6)
			{	document.all.rec6.style.display = 'block';
			  document.all.rec6.style.filter = 'alpha(opacity=80)';
			  document.all.rec6.style.opacity = 0.8;
			  document.all.rec6.style.zIndex = 2;
			}
			if (iden2==7)
			{	document.all.rec7.style.display = 'block';
			  document.all.rec7.style.filter = 'alpha(opacity=80)';
			  document.all.rec7.style.opacity = 0.8;
			  document.all.rec7.style.zIndex = 2;
			}
		}
		
		//******************************************************************************
		function ocultaIMG(iden3)
		{	if (iden3==1)
			{ document.all.rec1.style.display = 'none';
			}
			if (iden3==2)
			{ document.all.rec2.style.display = 'none';
			}
			if (iden3==3)
			{ document.all.rec3.style.display = 'none';
			}
			if (iden3==4)
			{ document.all.rec4.style.display = 'none';
			}
			if (iden3==5)
			{ document.all.rec5.style.display = 'none';
			}
			if (iden3==6)
			{ document.all.rec6.style.display = 'none';
			}
			if (iden3==7)
			{ document.all.rec7.style.display = 'none';
			}
		}
    //******************************************************************************
    function MM_openBrWindow(theURL,winName,features) { //v2.0
  		window.open(theURL,winName,features);
		}	
    
    
-->