function setCookie(){var aLen=setCookie.arguments.length;document.cookie=enc(setCookie.arguments[0])+"="+enc(setCookie.arguments[1])+"; path=/"+(aLen==2?"":"; expires="+expDate(setCookie.arguments[2]));}function getCookie(cName){if(document.cookie){var i,nvPair;var cPairs=document.cookie.split("; ");cName=enc(cName);for(i=0;i<cPairs.length;i++){nvPair=cPairs[i].split("=");if(nvPair[0]==cName){return dec(nvPair[1]);}}}return"";}function deleteCookie(cName){document.cookie=enc(cName)+"="+"; path=/; expires=Thu, 01 Jan 1970 00:00:00 UTC";}function enc(str){return encodeURIComponent(str).replace(/%20/g,"+");}function dec(str){return decodeURIComponent(str.replace(/\+/g," "));}function expDate(d){var currentD=new Date();var expD=new Date(currentD.getFullYear(),currentD.getMonth(),currentD.getDate()+d);return expD.toUTCString();}var bus,loc,dLoc;function setBusCookie(){if(bus.value!=""){setCookie("bus",bus.value);}else{deleteCookie("bus");}}function setLocCookies(){if(dLoc.checked&&loc.value!=""){setCookie("loc",loc.value,365);setCookie("dLoc","true",365);}else if(loc.value!=""){setCookie("loc",loc.value);deleteCookie("dLoc");}else{deleteCookie("loc");deleteCookie("dLoc");}}function setElement(){var i,str;var argLen=arguments.length-1;var dObj=document.getElementById(arguments[0]);str="<"+arguments[1];for(i=2;i<argLen;i+=2){str+=' '+arguments[i]+'="'+arguments[i+1]+'"';}try{dObj.innerHTML=str+"/>";}catch(e){}}function init(){var obj;var type="application/x-shockwave-flash";var plug="http://www.macromedia.com/go/getflashplayer";if(flash){setElement("mt","embed","class","block","src","/main/images/menu.swf","menu","false","quality","autohigh","wmode","transparent","bgcolor","#eebb00","width","618","height","45","type",type,"pluginspage",plug);}else{try{document.getElementById("mt").innerHTML='<h5>| <a href="/main/">HOME</a> | <a href="/main/services/">SERVICES</a> | <a href="/main/?page=1">NEWS</a> | <a href="/main/support/">SUPPORT</a> | <a href="/sec/client/">MY ACCOUNT</a> |</h5>';}catch(e){}}try{setBanner();}catch(e){}if(navigator.cookieEnabled){with(document){getElementById("dLocRow").style.display=(ie?"block":"table-row");bus=getElementById("bus");loc=getElementById("loc");dLoc=getElementById("dLoc");}bus.value=getCookie("bus");loc.value=getCookie("loc");dLoc.checked=(getCookie("dLoc")!="");bus.onblur=setBusCookie;loc.onblur=setLocCookies;dLoc.onclick=setLocCookies;}document.getElementById("adm").ondblclick=new Function("window.location.href = '/sec/admin/'");setButEvent("search");try{initLocal();}catch(e){}}window.onload=init;