windowStatus="";defaultStatus="";function PINT_GetEventSource(e){return((e&&e.target)||(window&&window.event&&window.event.srcElement))}function PINT_GetElementById(idname){var handle;if(document.getElementById){handle=document.getElementById(idname);if(handle)return handle}if(document.getElementByName){handle=document.getElementByName(idname)[0];if(handle)return handle}handle=document[idname];if(handle)return handle;if(document.all){handle=document.all[idname];if(handle)return handle}if(document.anchors){handle=document.anchors[idname];if(handle)return handle}if(document.links){handle=document.links[idname];if(handle)return handle}if(document.images){handle=document.images[idname];if(handle)return handle}if(document.embeds){handle=document.embeds[idname];if(handle)return handle}return handle}function PINT_GetIdByElement(element){if(!(element))return undefined;if(element.id)return element.id;if(element.name)return element.name;return undefined}function PINT_ChangePageTitle(pageTitle){if(document.title.readOnly==true)document.title=pageTitle}function PINT_GetCurrentFileName(){var URL=unescape(location.pathname);var start=URL.lastIndexOf("/")+1;var end=(URL.indexOf("?")>0)?URL.indexOf("?"):URL.length;return(URL.substring(start,end))}function PINT_GetCurrentFilePath(){var URL=unescape(location.pathname);var start=URL.lastIndexOf("/");return(URL.substring(0,start))}function PINT_GetCurrentDirectory(){var filePath=PINT_GetCurrentFilePath();var directories=filePath.split("/");return directories.length&&directories[directories.length-1]!=""?directories[directories.length-1]:""}function PINT_IsRootDirectory(directory){return directory==PINT_GetRootDirectory()?true:false}function PINT_FirstFocus(){var elementref;var i=0;if(!(elementref=PINT_FirstFocus.arguments[0])){if(!(document.forms[0]))return false;while((elementref=document.forms[0].elements[i++])&&(elementref.type=='hidden')){}}if(!(elementref))return false;elementref.focus();return true}function PINT_OnMouseOverHandler(e){e=(e)?e:((window.event)?window.event:"");if(e){var eventsource=PINT_GetEventSource(e);if(eval('typeof(PINT_MenuTriggers)')!='undefined'&&eval('typeof(PINT_MenuTriggers[eventsource.id])')!='undefined')PINT_MenuPopUp(e);else if(eval('typeof(PINT_ROtriggers)')!='undefined'&&eval('typeof(PINT_ROtriggers[eventsource.id])')!='undefined')PINT_RORollover(e);PINT_SetWindowStatus()}return true}function PINT_OnMouseOutHandler(e){e=(e)?e:((window.event)?window.event:"");if(e){var eventsource=PINT_GetEventSource(e);if(eval('typeof(PINT_MenuTriggers)')!='undefined'&&eval('typeof(PINT_MenuTriggers[eventsource.id])')!='undefined')PINT_MenuPopDown(e);else if(eval('typeof(PINT_ROtriggers)')!='undefined'&&eval('typeof(PINT_ROtriggers[eventsource.id])')!='undefined')PINT_RORollout(e)}return true}function PINT_SetWindowStatus(){if(PINT_SetWindowStatus.arguments.length==0){if(typeof(windowStatus)!='undefined'&&windowStatus!=""){status=windowStatus;windowStatus=""}}else status=PINT_SetWindowStatus.arguments[0];return true}function PINT_GetRootDirectory(){if(typeof(rootDirectory)=='undefined')return"";else return rootDirectory}function PINT_PrintCSS(){var NS4,IE,DOMstandard,CSScapable;NS4=(document.layers)?1:0;IE=(document.all)?1:0;DOMstandard=(document.getElementById)?1:0;CSScapable=(NS4||IE||DOMstandard)?1:0;if(CSScapable){if(NS4)document.write("<link rel=\"stylesheet\" href=\""+PINT_GetRootDirectory()+"/css/netscape.css\" type=\"text/css\" media=\"screen\" />");else document.write("<link rel=\"stylesheet\" href=\""+PINT_GetRootDirectory()+"/css/dom.css\" type=\"text/css\" media=\"screen\" />")}}PINT_ROcapableFlag=true;PINT_ROtriggers=new Array();PINT_ROtargets=new Array();PINT_ROtargetRollovers=new Array();if((typeof PINT_ROtriggers)!='object')PINT_ROcapableFlag=false;function PINT_RORolloverInit(){if(!(PINT_ROcapableFlag))return false;if(!(document.images))return PINT_ROcapableFlag=false;if(PINT_RORolloverInit.arguments.length<1)return true;if(document.getElementById){var trigger=document.getElementById(PINT_RORolloverInit.arguments[0]);if(trigger){if(!(PINT_ROtriggers[trigger.id]))PINT_ROtriggers[trigger.id]=new Array();var i,target;target=document.getElementById(PINT_RORolloverInit.arguments[1]);targetrollover=PINT_RORolloverInit.arguments[2];if(!(target.src))return false;PINT_ROtargets[target.id]=target.src;PINT_ROtargetRollovers[targetrollover]=new Image();PINT_ROtargetRollovers[targetrollover].src=targetrollover;PINT_ROtriggers[trigger.id][target.id]=PINT_ROtargetRollovers[targetrollover];if(typeof(PINT_RORolloverInit.arguments[3])!='undefined')PINT_ROtriggers[trigger.id]["window.status"]=PINT_RORolloverInit.arguments[3];trigger.onmouseover=PINT_OnMouseOverHandler;trigger.onmouseout=PINT_OnMouseOutHandler}}return true}function PINT_RORollover(e){if(!PINT_ROcapableFlag)return false;var eventsource=PINT_GetEventSource(e);if(!eventsource)return(PINT_ROcapableFlag=false);PINT_RORolloverById(eventsource.id);return true}function PINT_RORollout(e){if(!PINT_ROcapableFlag)return false;var eventsource=PINT_GetEventSource(e);if(!eventsource)return(PINT_ROcapableFlag=false);PINT_RORolloutById(eventsource.id);return true}function PINT_RORolloverById(elementId){if(!PINT_ROcapableFlag)return false;if(eval('typeof(PINT_ROtriggers[elementId])')!='undefined'){for(target in PINT_ROtriggers[elementId]){if(typeof(document[target])=='object')document[target].src=PINT_ROtriggers[elementId][target].src;if(target=="window.status")windowStatus=PINT_ROtriggers[elementId][target]}}return true}function PINT_RORolloutById(elementId){if(!PINT_ROcapableFlag)return false;if(eval('typeof(PINT_ROtriggers[elementId])')!='undefined'){for(target in PINT_ROtriggers[elementId]){if(typeof(document[target])=='object')document[target].src=PINT_ROtargets[target]}}return true}PINTPW_capablePopupWin=true;var PINTPW_popAnchors;PINTPW_capablePopupWin=((PINTPW_popAnchors=new Array())?true:false);PINTPW_featureBasic='alwaysLowered=no,alwaysRaised=no,dependent=yes,directories=no,hotkeys=no,';PINTPW_featureNoChrome='location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes,titlebar=no,toolbar=no,';PINTPW_FULLCHROME=5;PINTPW_NOCHROME=6;PINTPW_SCREENCENTER=10;PINTPW_WINDOWCENTER=11;PINTPW_FREE=12;function PINTPW_InitPopupWinFullChrome(anchorid,newurl,windowname,featurestring){PINTPW_InitPopupWin(anchorid,newurl,windowname,FULLCHROME,featurestring)}function PINTPW_InitPopupWin(anchorid,newurl,windowname,poptype,popWidth,popHeight,positioning,featurestring){if(!(PINTPW_capablePopupWin))return false;if(!(window))return false;if(PINTPW_popAnchors[anchorid])return false;PINTPW_popAnchors[anchorid]=new Array();PINTPW_popAnchors[anchorid]['newurl']=newurl;PINTPW_popAnchors[anchorid]['windowname']=windowname;PINTPW_popAnchors[anchorid]['poptype']=poptype;PINTPW_popAnchors[anchorid]['popWidth']=popWidth;PINTPW_popAnchors[anchorid]['popHeight']=popHeight;PINTPW_popAnchors[anchorid]['positioning']=positioning;PINTPW_popAnchors[anchorid]['featurestring']=featurestring;alert(anchorid);document.anchors[anchorid].onclick=PINTPW_Pop;return false}function PINTPW_InitPopupWinNoChrome(anchorid,newurl,windowname,popWidth,popHeight,positioning){if(!(PINTPW_capablePopupWin))return false;if(!(window))return false;return PINTPW_InitPopupWin(anchorid,newurl,windowname,PINTPW_NOCHROME,popWidth,popHeight,positioning,'')}function PINTPW_Pop(newurl,windowname,poptype,popWidth,popHeight,positioning,featurestring){var winLeft,winTop,winWidth,winHeight;var newXlocation,newYlocation;var allfeature=PINTPW_featureBasic;if(popWidth&&popHeight){allfeature+='innerWidth='+popWidth+','+'innerHeight='+popHeight+','+'width='+popWidth+','+'height='+popHeight+',';if(positioning==PINTPW_SCREENCENTER){if(screen){winWidth=screen.availWidth;winHeight=screen.availHeight;winLeft=0;winTop=0;if(winWidth){newXlocation=Math.floor(((winWidth-popWidth)/2)+winLeft);newYlocation=Math.floor(((winHeight-popHeight)/2)+winTop);allfeature+='left='+newXlocation+',';allfeature+='top='+newYlocation+',';allfeature+='screenx='+newXlocation+',';allfeature+='screeny='+newYlocation+','}}}else if(positioning==PINTPW_WINDOWCENTER){if(window.innerWidth){winLeft=(screenLeft||window.screenX);winTop=(screenTop||window.screenY);winWidth=(window.innerWidth||window.width);winHeight=(window.innerHeight||window.height)}else{winWidth=screen.availWidth;winHeight=screen.availHeight;winLeft=0;winTop=0}if(winWidth){newXlocation=Math.floor(((winWidth-popWidth)/2)+winLeft);newYlocation=Math.floor(((winHeight-popHeight)/2)+winTop);allfeature+='left='+newXlocation+',';allfeature+='top='+newYlocation+',';allfeature+='screenx='+newXlocation+',';allfeature+='screeny='+newYlocation+','}}}if(poptype==PINTPW_NOCHROME){allfeature+=PINTPW_featureNoChrome}allfeature+=featurestring;return open(newurl,windowname,allfeature)}function PINTPW_PopH(e){if(!(PINTPW_capablePopupWin))return false;var eventSource;if(!(eventSource=PINT_GetEventSource(e)))return false;var anchorname;if(!(anchorname=eventSource.name))return false;return(PINTPW_popAnchors[anchorname]?PINTPW_Pop(PINTPW_popAnchors[anchorname]['newurl'],PINTPW_popAnchors[anchorname]['windowname'],PINTPW_popAnchors[anchorname]['poptype'],PINTPW_popAnchors[anchorname]['popWidth'],PINTPW_popAnchors[anchorname]['popHeight'],PINTPW_popAnchors[anchorname]['positioning'],PINTPW_popAnchors[anchorname]['featurestring']):false)}function PINT_PopupBasic(launcherLinkTarget,width,height){PINTPW_Pop(launcherLinkTarget,'newwin',PINTPW_NOCHROME,width,height,PINTPW_WINDOWCENTER,'scrollbars=yes,status=no');return false}