﻿startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav_1");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
 
 this.className+=" over";
 this.className+=" nav_1_li_aa";
 
 
}
node.onmouseout=function() {
 
this.className=this.className.replace(" over", "");
 this.className=this.className.replace(" nav_1_li_aa", "");
 
}
}
}
}
}
window.onload=startList;
    function wholesale_info(st,st1)
    {
 
    Wholesale_Wholesale_list.wholesele_all(st,st1,wholesale_e);
     
    }
    function wholesale_e(stt)
    {
   // alert(stt.value);
    document.getElementById("info"+stt.value.split('<{@}>')[1]).innerHTML=stt.value.split('<{@}>')[0];
    
}
