function pcTMsetFrameset(aFSid,aFSurl){var newURL=aFSurl+'?page='+escape(self.location.pathname);var locRep=(document.images)?true:false;if(self==top){var navPrinting=false;if((navigator.appName+navigator.appVersion.substring(0,1))=="Netscape4")navPrinting=(self.innerHeight==0)&&(self.innerWidth==0);if(!navPrinting){if(locRep)self.location.replace(newURL);else self.location.href=newURL;}}else{if(!parent.theFrames||!parent.theFrames.FSid||parent.theFrames.FSid !=aFSid){if(locRep)top.location.replace(self.location);else top.location=location;}else if(self.name==parent.theFrames.textFrName)top.document.title=self.document.title;}}
