// 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 MM_openBrWindow(theURL,winName,features) { //v2.0  	window.open(theURL,winName,features);}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);}//-->