//menu.js
function expand(s)
{
  var td = s;
  var d = td.getElementsByTagName("div").item(0);
  td.className = "menuHover";
  d.className = "menuHover";
}
function collapse(s)
{
  var td = s;
  var d = td.getElementsByTagName("div").item(0);
  td.className = "menuNormal";
  d.className = "menuNormal";
}
function expand2(s)
{
  var td = s;
  var d = td.getElementsByTagName("div").item(0);
  //td.className = "menuHover";
  d.className = "menuHover";
}
function collapse2(s)
{
  var td = s;
  var d = td.getElementsByTagName("div").item(0);
  //td.className = "menuNormal";
  d.className = "menuNormal";
}
//
function out()
{
if(window.event.toElement.id!="menu" && window.event.toElement.id!="link")
  menu.style.visibility="hidden";
}

function out1()
{
if(window.event.toElement.id!="menu1" && window.event.toElement.id!="link")
  menu1.style.visibility="hidden";
}
//
        function recmd(){
        theURL = "/xxchx/xqchx";
        theURL = theURL;
        winName = "recommend";
        features = "width=312,height=250";
        window.open(theURL,winName,features);
        return true;
        }
        function recmd1(){
        theURL = "/xxchx/gychx";
        theURL = theURL;
        winName = "recommend";
        features = "width=312,height=280";
        window.open(theURL,winName,features);
        return true;
        }
        function recmd2(){
        theURL = "/xxchx/zhjchx";
        theURL = theURL;
        winName = "recommend";
        features = "width=312,height=200";
        window.open(theURL,winName,features);
        return true;
        }
//




