// 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 getPlayValue() {
  
  var locationStr = "hi";
  if (document.location.length > 0) {
    locationStr = document.location;
  }
  var fileStr     = locationStr.indexOf("file");
  
  if (fileStr == 0 && freezeFlash == 1) {
    return 0;
  } else {
    return 1;
  }
}

// SET THIS NEXT VARIABLE TO 1 IF YOU ARE USING FRONTPAGE 2000 or are experiencing problems with viewing your pages in FrontPage 2002
var freezeFlash = 0;
//-->