<!--
function lastmod() {
var d = "03/16/04";
var lm = document.lastModified;
if (Date.parse(lm) == 0) {
lm = d
}
document.write("Last updated:");
document.write("<br>");
document.write(lm);
}
function Favorite() {
var n4up = parseInt(navigator.appVersion);
var mac  = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var ie   = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var Page = location.href;
if (Page.lastIndexOf('#')!=-1)
	Page = Page.substring(0,Page.lastIndexOf('#'));
if (ie && n4up && !mac) 
	window.external.AddFavorite(Page,document.title);
else if (ie || document.images)
	booker_hp = window.open(Page,'booker_','menubar,width=325,height=100,left=140,top=60');
}
function Bookmark() {	
if (window.name=='booker_'){
var pf = document.images? '<BR>':'';
document.write(pf + '<link href="e.css" rel="stylesheet" type="text/css"><P>'
+ 'Use the menu or ctrl/cmd-D now <BR>to bookmark the page then <BR>'
+ '<A href="javascript:window.close();">close this window</A></p>'
+ '<P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P>');
}
}
function cur(mid){
var button = document.getElementById(mid);
button.className += "cur";
}
//-->
