/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
function P7_ExpMenu(){ //v1.1.0.2 by PVII-www.projectseven.com
 if(navigator.appVersion.indexOf("MSIE")==-1){return;}
 var i,k,g,lg,r=/\s*p7hvr/,nn='',c,cs='p7hvr',bv='globalnav';
 for(i=0;i<10;i++){g=document.getElementById(bv+nn);if(g){
 lg=g.getElementsByTagName("LI");if(lg){for(k=0;k<lg.length;k++){
 lg[k].onmouseover=function(){c=this.className;cl=(c)?c+' '+cs:cs;
 this.className=cl;
 if (typeof $('qlcategory') != 'undefined') $('qlcategory').hide();
 if (typeof $('qlproduct') != 'undefined') $('qlproduct').hide();
 if (typeof $('qlmodel') != 'undefined') $('qlmodel').hide();
// if (document.qlcategory) {document.getElementById('qlcategory').style.display = 'none'};
// if (document.qlproduct) {document.getElementById('qlproduct').style.display = 'none'};
// if (document.qlmodel) {document.getElementById('qlmodel').style.display = 'none'};
 }
 ;lg[k].onmouseout=function(){c=this.className;
 this.className=(c)?c.replace(r,''):'';
 if (typeof $('qlcategory') != 'undefined')  $('qlcategory').show();
 if (typeof $('qlproduct') != 'undefined')  $('qlproduct').show();
 if (typeof $('qlmodel') != 'undefined')  $('qlmodel').show();
// if (document.qlcategory) {document.getElementById('qlcategory').style.display = 'inline'};
// if (document.qlproduct) {document.getElementById('qlproduct').style.display = 'inline'};
// if (document.qlmodel) {document.getElementById('qlmodel').style.display = 'inline'};
 };

 }}}nn=i+1;}
}
