function valorar()
{ 
	var xmlhttp=false; 
	try 
	{ 
		xmlhttp=new ActiveXObject("Msxml2.XMLHTTP"); 
	}
	catch(e)
	{ 
		try
		{ 
			xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); 
		} 
		catch(E) { xmlhttp=false; }
	}
	if (!xmlhttp && typeof XMLHttpRequest!='undefined') { xmlhttp=new XMLHttpRequest(); } 

	return xmlhttp; 
}

function valor(variable,nombrecapa)
{
  var capa=document.getElementById(nombrecapa);
	var ajax=valorar();
	capa.innerHTML="<font class=txtgris11>Actualizando...</font>";
	ajax.open("POST", "http://www.360dir.com/js/valor.php", true);
	ajax.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
	ajax.send("d="+variable);

	ajax.onreadystatechange=function()
	{
		if (ajax.readyState==4)
		{
		capa.innerHTML=ajax.responseText;
			
		}
	}
}

function m(nombre1,nombre2,nombre3,nombre4,nombre5,valor){
	objeto={name1:nombre1,name2:nombre2,name3:nombre3,name4:nombre4,name5:nombre5}
	img1=objeto.name1;
	img2=objeto.name2;
	img3=objeto.name3;
	img4=objeto.name4;
	img5=objeto.name5;
	if (valor > '0')
	img1.src='http://360dir.com/images/orange.gif';
	if (valor > '1')
	img2.src='http://360dir.com/images/orange.gif';
	else
	img2.src='http://360dir.com/images/gray.gif';	
	if (valor > '2')
	img3.src='http://360dir.com/images/orange.gif';
  else
	img3.src='http://360dir.com/images/gray.gif';	
  if (valor > '3')
	img4.src='http://360dir.com/images/orange.gif';
	else
	img4.src='http://360dir.com/images/gray.gif';
	if (valor > '4')
	img5.src='http://360dir.com/images/orange.gif';
	else
	img5.src='http://360dir.com/images/gray.gif';
}
function n(nombre1,nombre2,nombre3,nombre4,nombre5,valor){
objeto={name1:nombre1,name2:nombre2,name3:nombre3,name4:nombre4,name5:nombre5}
imagen1=objeto.name1;
imagen2=objeto.name2;
imagen3=objeto.name3;
imagen4=objeto.name4;
imagen5=objeto.name5;
a=valor.slice(0,1);
b=valor.slice(1,2);
c=valor.slice(2,3);
d=valor.slice(3,4);
e=valor.slice(4,5);
if (a == 0) 
imagen1.src='http://360dir.com/images/gray.gif';
else if (a == 1)
imagen1.src='http://360dir.com/images/middle.gif';
else if (a == 2)
imagen1.src='http://360dir.com/images/orange.gif';
if (b == 0) 
imagen2.src='http://360dir.com/images/gray.gif';
else if (b == 1)
imagen2.src='http://360dir.com/images/middle.gif';
else if (b == 2)
imagen2.src='http://360dir.com/images/orange.gif';
if (c == 0) 
imagen3.src='http://360dir.com/images/gray.gif';
else if (c == 1)
imagen3.src='http://360dir.com/images/middle.gif';
else if (c == 2)
imagen3.src='http://360dir.com/images/orange.gif';
if (d == 0) 
imagen4.src='http://360dir.com/images/gray.gif';
else if (d == 1)
imagen4.src='http://360dir.com/images/middle.gif';
else if (d == 2)
imagen4.src='http://360dir.com/images/orange.gif';
if (e == 0) 
imagen5.src='http://360dir.com/images/gray.gif';
else if (e == 1)
imagen5.src='http://360dir.com/images/middle.gif';
else if (e == 2)
imagen5.src='http://360dir.com/images/orange.gif';
}

function menu(ide){	
var menu1 = document.getElementById(ide);
var menub = document.getElementById(ide+"b");
 if(menu1.style.display == "none"){
menu1.style.display = "block";
menub.style.display = "none";
}else{
menu1.style.display = "none";
menub.style.display = "block";
}
}

function buscar(){
if (buscador.q.value != ''){
document.buscador.action='http://www.360dir.com/?sec=search&q='+buscador.q.value;
document.buscador.submit();
}
}

function tyc(ide){	
var menu1 = document.getElementById(ide);
if(menu1.style.display == "none"){
menu1.style.display = "block";
}else{
menu1.style.display = "none";
}
}
