
var nivel1=new Array("empresa","particularescontrato","particularestarjeta","profesionales");
var nivel2=new Array("facturas","programa-puntos","robo","servicio-llamada","cambio-contrato","datos-cliente","programa-puntos","tus-facturas","consulta-consumo","opciones-ahorro","plan-estrena","servicios-llamadas","datos-cliente","facturas","opciones-ahorro");
ruta="";


if (location.href.indexOf('_www2004')>-1) {
	posref=location.href.indexOf("_www2004")
	posref=eval(posref+9);
	
	rutaweb=location.href.substring(0,posref)

	carpeta=location.href.substring(posref,location.href.length)
	nivel=0
	
	
} else {
	
	nivel=0
	
	
	
	if (location.href.indexOf('prepubmovistar.tsm.inet')>-1) {
		rutaweb="http://prepubmovistar.tsm.inet/atencion/";
			
	} else {
		rutaweb="http://www.atencionenlinea.movistar.es/";
	}
	
	rutaweb="http://www.atencionenlinea.movistar.es/";
	
	
						
}

for (var j = 0; j < nivel; ++j) {
		carp+='../'
}
	

ruta=rutaweb+carp;



function alertSize(valor) {
  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement &&
      ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }
  if (valor=="ancho") return myWidth;
  if (valor=="alto") return myHeight;
  }
  
function ocultatodas()
{

if(document.layers)	   //NN4+
    {  return;
    }
    else if(document.getElementById)	  //gecko(NN6) + IE 5+
    {	
        particulares.style.visibility = "hidden";
        empresas.style.visibility = "hidden";
        deporte.style.visibility = "hidden";
    }
    else if(document.all)	// IE 4
    {	
        document.all['particulares'].style.visibility = "hidden";
        document.all['empresas'].style.visibility = "hidden";
        document.all['deporte'].style.visibility = "hidden";
    }
}


function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}



