/*  ------------------------------------
  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='p7menubar';
 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;};lg[k].onmouseout=function(){c=this.className;
 this.className=(c)?c.replace(r,''):'';};}}}nn=i+1;}
}
//function qualitypolicy(){window.open("qltyply.html", "","titlebar=no,toolbar=no,location=no,directories=no,menubar=no,scrollbars=no,resizable=no,status=no,top=315,left=500,width=400,height=190");}
function blinkIt(){if (!document.all) return;else{for(i=0;i<document.all.tags('blink').length;i++){s=document.all.tags('blink')[i];s.style.visibility=(s.style.visibility=='visible') ?'hidden':'visible';}}}
function toggle(div_id) {var el = document.getElementById(div_id);if ( el.style.display == 'none' ) {	el.style.display = 'block';}else {el.style.display = 'none';}}
function popup(windowname){toggle(windowname);}
