// all scripts in this file have been modified from their original format

<!--
// Webs Unlimited's J-BOTS FrontPage 2002 JavaScript Generator version 4.0
// Copyright Webs Unlimited 1998, 1999, 2000, 2001 All rights reserved - http://WebsUnlimited.com
info_handle = new Object;
info_ID = 0;

function info(w,h,t,l, url) {
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  info_handle = window.open(url,"info",",,,,toolbar,scrollbars,resizable," + loc);
  if(parseInt(navigator.appVersion) >= 4){info_handle.window.focus();}
}



/*
Add-to-favorites Script
Created by David Gardner (toolmandav@geocities.com)
No warranty of any kind comes with this script!
Permission granted to Dynamic Drive (http://dynamicdrive.com) 
to post and feature this script on their DHTML archive
*/

function addbookmark(){
  if (document.all) {
    window.external.AddFavorite(document.location.href,document.title)
  }
}



function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function getRelativeLocation() {
       	navRoot = document.getElementById("blank");
   	
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
						if ((node.nodeName=="PARAM" || node.nodeName=="param") && (node.name == "base" || node.name == "BASE")) {
			  //alert ("returning " + node.value);
			  return node.value;
			}
	    }
}  

function displayHeader() {
    base = getRelativeLocation();
	document.write('<div style="position: absolute; width: 400px; height: 36px; z-index: 1; left: 114px; top: 83px" id="layer1">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"');
	document.write('  id="logo" width="400" height="56">');
	document.write('  <param name="movie" value="' + base + 'flash/logo.swf">');
	document.write('  <param name="quality" value="High">');
	document.write('  <param name="wmode" value="transparent">');
	document.write('  <param name="base" value="' + base + '">');
	document.write('  <embed name="logo" src="' + base + 'flash/logo.swf" base="' + base + '" quality="High" bgcolor="#ffffff" width="400" height="56" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent">');
	document.write('  </embed></object></div>');
	document.write('  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('    codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="header" width="550" height="136" align=right>');
	document.write('    <param name="movie" value="' + base + 'flash/header.swf">');
	document.write('    <param name="quality" value="High">');
	document.write('    <param name="base" value="' + base + '">');
	document.write('    <param name="wmode" value="transparent">');
	document.write('    <embed name="header" src="' + base + 'flash/header.swf" base="' + base + '" quality="High" align="right" width="550" height="136" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent">');
	document.write('    </embed></object>');
}


//-->
