function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function DWUSER_scrollbarStyler() {
	// This is a stand in JavaScript function that interacts with the Dreamweaver Behavior Menu.
	// Do NOT remove this function
}

// iFramer_hp v1.1
if (self != top)     // frame buster, may be removed
	top.location.replace(self.location);

function iFramer_hp(){
	var framedPage = location.search;
	if (framedPage.length > 1 && framedPage.indexOf("://") == -1){
		framedPage = framedPage.substring(1);
		var theSplit = framedPage.lastIndexOf('~');
		var thePage = framedPage.substring(0,theSplit);
	// uncomment anchor code if required (see Help)
	/*
	if (thePage.indexOf('@') !=-1){  // checks for anchor
		re=/(\S+)@(\S+)/
		theArray = re.exec(thePage);
		thePage=theArray[1]+'#'+theArray[2];
		}
	*/
		var theFrame = framedPage.substring(theSplit+1);
		eval('top.frames["'+theFrame+'"].location.replace("'+ thePage +'");');
		}
	}
// iFramer_hp End
function P7_LH(){ //1.5 by PVII
 iFramer_hp();DWUSER_scrollbarStyler('#E3AB73', '#CC6600', '#E3AB73', '#603000', '#914800', '#000000', '#FFFFFF', 'true');
}
function P7_LoadHandler(a){ //1.5 by PVII
 if(a==1||a==3){onload=P7_LH;}if(a>1){onresize=P7_RH;}
}
P7_LoadHandler(1);

