function SetMenu(id){if(document.getElementById("m1").getAttribute("className")===null){document.getElementById("m2ul").setAttribute("class","");document.getElementById("m3ul").setAttribute("class","");document.getElementById("m4ul").setAttribute("class","");document.getElementById("m5ul").setAttribute("class","");document.getElementById(id).setAttribute("class","open");}else{document.getElementById("m2ul").setAttribute("className","");document.getElementById("m3ul").setAttribute("className","");document.getElementById("m4ul").setAttribute("className","");document.getElementById("m5ul").setAttribute("className","");document.getElementById(id).setAttribute("className","open");}}
function UnSetMenu(){if(document.getElementById("m1").getAttribute("className")===null){document.getElementById("m2ul").setAttribute("class","");document.getElementById("m3ul").setAttribute("class","");document.getElementById("m4ul").setAttribute("class","");document.getElementById("m5ul").setAttribute("class","");}else{document.getElementById("m2ul").setAttribute("className","");document.getElementById("m3ul").setAttribute("className","");document.getElementById("m4ul").setAttribute("className","");document.getElementById("m5ul").setAttribute("className","");}}
function Querystring(qs){this.params=new Object()
this.get=Querystring_get
if(qs==null)
qs=location.search.substring(1,location.search.length)
if(qs.length==0)return
qs=qs.replace(/\+/g,' ')
var args=qs.split('&')
for(var i=0;i<args.length;i++){var value;var pair=args[i].split('=')
var name=unescape(pair[0])
if(pair.length==2)
value=unescape(pair[1])
else
value=name
this.params[name]=value}}
function Querystring_get(key,default_){if(default_==null)default_=null;var value=this.params[key]
if(value==null)value=default_;return value}
var qs=new Querystring()
var pageid=qs.get("docid")
var cat=qs.get("cat")
if(document.getElementById("m1").getAttribute("className")===null){if(pageid==null&&cat==null){document.getElementById("m1").setAttribute("class","active");}
if(pageid==118277){document.getElementById("m2").setAttribute("class","active");}
if(pageid==118278){document.getElementById("m3").setAttribute("class","active");}
if(pageid==118279){document.getElementById("m4").setAttribute("class","active");}
if(pageid==118280){document.getElementById("m5").setAttribute("class","active");}
if(pageid==118412){document.getElementById("m6").setAttribute("class","active");}}else{if(pageid==null&&cat==null){document.getElementById("m1").setAttribute("className","active");}
if(pageid==118277){document.getElementById("m2").setAttribute("className","active");}
if(pageid==118278){document.getElementById("m3").setAttribute("className","active");}
if(pageid==118279){document.getElementById("m4").setAttribute("className","active");}
if(pageid==118280){document.getElementById("m5").setAttribute("className","active");}
if(pageid==118412){document.getElementById("m6").setAttribute("className","active");}}
function activatePlaceholders(){var detect=navigator.userAgent.toLowerCase();if(detect.indexOf("safari")>0)return false;var inputs=document.getElementsByTagName("input");for(var i=0;i<inputs.length;i++){if(inputs[i].getAttribute("type")=="text"||inputs[i].getAttribute("type")=="password"){if(inputs[i].getAttribute("placeholder")&&inputs[i].getAttribute("placeholder").length>0){inputs[i].value=inputs[i].getAttribute("placeholder");inputs[i].onclick=function(){if(this.value==this.getAttribute("placeholder")){this.value="";}
return false;}
inputs[i].onblur=function(){if(this.value.length<1){this.value=this.getAttribute("placeholder");}}}}}}
window.onload=function(){activatePlaceholders();}

<!--
var BrowserDetect={init:function(){this.browser=this.searchString(this.dataBrowser)||"An unknown browser";this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version";this.OS=this.searchString(this.dataOS)||"an unknown OS";},searchString:function(data){for(var i=0;i<data.length;i++){var dataString=data[i].string;var dataProp=data[i].prop;this.versionSearchString=data[i].versionSearch||data[i].identity;if(dataString){if(dataString.indexOf(data[i].subString)!=-1)
return data[i].identity;}
else if(dataProp)
return data[i].identity;}},searchVersion:function(dataString){var index=dataString.indexOf(this.versionSearchString);if(index==-1)return;return parseFloat(dataString.substring(index+this.versionSearchString.length+1));},dataBrowser:[{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari"},{prop:window.opera,identity:"Opera"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]};BrowserDetect.init();<!--
PositionX=100;PositionY=100;defaultWidth=500;defaultHeight=500;var AutoClose=true;if(parseInt(navigator.appVersion.charAt(0))>=4){var isNN=(navigator.appName=="Netscape")?1:0;var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;function popImage(imageURL,imageTitle){if(isNN){imgWin=window.open('about:blank','',optNN);}
if(isIE){imgWin=window.open('about:blank','',optIE);}
with(imgWin.document){writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');writeln('width=100-(document.body.clientWidth-document.images[0].width);');writeln('height=100-(document.body.clientHeight-document.images[0].height);');if(BrowserDetect.version==7){writeln('width=width+150;');}
writeln('window.resizeTo(width,height);}');writeln('if (isNN){');writeln('window.innerWidth=document.images["TheImage"].width;');writeln('window.innerHeight=document.images["TheImage"].height;}}');writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');if(!AutoClose)writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=000000 scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');writeln('<img name="TheImage" src='+imageURL+' style="display:block"></body></html>');close();}}
-->