﻿window.onload = function(){document.getElementById("cd"+qd).className="nav_on";}
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
function qh(num){
for(var id = 0;id<=8;id++){
  if(id==num)
  {
    document.getElementById("cd"+qd).className="nav_on";
    document.getElementById("cd"+id).className="nav_on";
  }
  else
  {
    document.getElementById("cd"+qd).className="nav_on";
    document.getElementById("cd"+id).className="";
  }
}
}
function hq(num){
document.getElementById("cd"+qd).className="nav_on";
if(qd ==num)
{
  document.getElementById("cd"+num).className="nav_on";
}
else
{
  document.getElementById("cd"+num).className="";
}
}
