// ---- 712159b990_minify_javascript_93077bb238.js
var browserName=navigator.appName;var browserVer=parseInt(navigator.appVersion);var version="";var msie4=(browserName=="Microsoft Internet Explorer"&&browserVer>=4);if((browserName=="Netscape"&&browserVer>=3)||msie4||browserName=="Konqueror"||browserName=="Opera"){version="n3";}else{version="n2";}
function blurLink(theObject){if(msie4){theObject.blur();}};
// ---- 6f502fa2cd_minify_main.js
function menuHover(el){el.className+="hover";brother=getNextSibling(el);if(!el.className.match(/menuFirst/))
el.style.backgroundPosition='0 -21px';if(brother)
brother.style.backgroundPosition='0 -21px';}
function menuOut(el){el.className=el.className.replace(/hover/g,'');el.style.backgroundPosition='0 0';brother=getNextSibling(el);if(brother)
brother.style.backgroundPosition='0 0';}
function getNextSibling(startBrother){if(startBrother.nextSibling){endBrother=startBrother.nextSibling;while(endBrother.nodeType!=1){if(endBrother.nextSibling)
endBrother=endBrother.nextSibling;else
return null;}
return endBrother;}else
return null;};
