// JavaScript Document<!--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 P7_JumpMenu(selObj,restore){ //v1.7 by Project Seven	var theFullString = selObj.options[selObj.selectedIndex].value;	if (restore) selObj.selectedIndex=0;	var theLength = theFullString.length;	var endPos = theFullString.lastIndexOf("~");	var theUrl, theTarget, theParent;	if (endPos > 0) {theUrl = theFullString.substring(0,endPos);}	else {theUrl = theFullString;}	endPos++	if (endPos < theLength) {theTarget = theFullString.substring(endPos,theLength)}	else {theTarget = "window:body";}	if (theTarget == "window:New") {window.open(theUrl);}	else if (theTarget == "window:body") {eval("parent.location='"+theUrl+"'");}	else {eval("parent.frames[\'"+theTarget+"\'].location='"+theUrl+"'");}}function popUp() {/* begin configuration */var url = "/welcome.html"; var w = "500"; var h = "350"; var menu = "no"; var scroll = "no"; var tool = "no"; var location = "no"; var resize = "no";/* end configuration */var winl = (screen.width - w) / 2;var wint = (screen.height - h) / 2;winprops = 'width='+w+', height='+h+', top='+wint+', left='+winl+', menubar='+menu+', scrollbars='+scroll+', toolbar='+tool+', location='+location+', resizable='+resize+''window.open(url, 'popup', winprops);}// pop-upsvar win=null;function NewWindow(mypage,myname,w,h,scroll,pos){    if(pos == "random"){        LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;        TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;    }    if(pos == "center"){        LeftPosition=(screen.width)?(screen.width-w)/2:100;        TopPosition=(screen.height)?(screen.height-h)/2:100;    }    else if((pos != "center" && pos != "random") || pos == null){        LeftPosition=0;        TopPosition=20;    }    settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',titlebar=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';    win=window.open(mypage,myname,settings);}//-->