<!--

var nav="",current="",ishome=0;

function domenu(m){
if(document.getElementById){if(current!=m.id){current=m.id;if(m.id!="nav-span"){
m.menu.className="on";cov.className="yes";}else{cov.className="no";}for(c=0;c<nav.childNodes.length;c++){
o=nav.childNodes[c];if(o.nodeName=="LI"){if(o.firstChild.id!=m.id){o.className="off";}}}}}}

window.onload=function(){
if(document.getElementById){nav=document.getElementById("nav-menu");for(i=0;i<nav.childNodes.length;i++){
o=nav.childNodes[i];if(o.nodeName=="LI"){o.firstChild.menu=o;o.firstChild.onmouseover=function(){domenu(this);}}}
cov=document.getElementById("nav-span");cov.menu=cov;cov.onmouseover=function(){domenu(this);}}if(ishome)inithero();}

function dobkg(o,i){if(document.getElementById){o.className="panel-"+i;}}

function dothumb(o,i){if(document.images){o.src="images/graphics/img-products-thumb-"+i+".gif";}}

// -->
