function bodyscroll(){var F=document.forms[0];F.ScrollTop.value=Body.scrollTop;}
function popupHelpWin(surl){window.open(surl,'HelpWin','scollbars=no,menubar=no,height=400,width=300');}
var expDays=256;var exp=new Date();exp.setTime(exp.getTime()+(expDays*24*60*60*1000));function ShowContent(psImageID,psDivID,psCookieID){var lsImagePath;lsImagePath=document.all.item(psImageID).src.split("/");if(document.all.item(psDivID).style.display==""){document.all.item(psDivID).style.display="none";lsImagePath[lsImagePath.length-1]='plus.gif'
document.all.item(psImageID).src=lsImagePath.join("/");SetCookie(psCookieID,"false");}else{document.all.item(psDivID).style.display="";lsImagePath[lsImagePath.length-1]='minus.gif'
document.all.item(psImageID).src=lsImagePath.join("/");SetCookie(psCookieID,"true");}}
function SetCookie(name,value){var argv=SetCookie.arguments;var argc=SetCookie.arguments.length;var expires=(argc>2)?argv[2]:exp;var path=(argc>3)?argv[3]:null;var domain=(argc>4)?argv[4]:null;var secure=(argc>5)?argv[5]:false;document.cookie=name+"="+escape(value)+
((expires==null)?"":("; expires="+
expires.toGMTString()))+
((path==null)?"":("; path="+path))+
((domain==null)?"":("; domain="+domain))+
((secure==true)?"; secure":"");}