document.write("<STYLE id=defined><\/STYLE>");
document.close;
apost="'";
function getCookie(s)
{
var target = s + "=";
var targetLength = target.length;
var index = 0;
while (1) //search while 1 is nonzero i.e. forever
{
var offset = index + targetLength;
if (document.cookie.substring(index, offset) == target)
{
var tail = document.cookie.indexOf(";",offset);
if (tail == -1)
{
tail = document.cookie.length;
}
return unescape(document.cookie.substring(offset,tail));
}
index = 1 + document.cookie.indexOf(" ",index);
if (index == 0 || index >= document.cookie.length)
{
return null;
}
}
return null;
}
function losewait() { document.styleSheets[1].rules[0].style.display="none" }
function writecss(cs) {document.cookie="ss="+cs+"s"+";expires=Sat, 31-Dec-69 23:59:00 GMT";top.location.href="Index.htm"}
message = "Sorry, this function has been disabled";
function click(e)
{ if (document.all)
{ if (event.button == 2)
{ alert(message); return false; }
}
if (document.layers)
{ if (e.which == 3)
{ alert(message); return false; }
}
}
if (document.layers)
{ document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
hp="Back to the WAB-IT Home Page";
shorthp="the WAB-IT Home Page";
tp="Back to the Top of this Page";
shorttp="Top of this Page";
function homelink()
{ document.write("<P><A HREF='index.html' TARGET='_top'");
document.write("onmouseover='javascript:stat(hp); return true'");
document.write("><IMG class=home SRC='homepage.gif'><\/A>")
}
function toplink()
{ document.write("<A HREF=#ttop TARGET='_main'");
document.write("onmouseover='javascript:stat(tp); return true'");
document.write("><IMG class=top SRC='../toppage.gif'><\/A>&nbsp;&nbsp;&nbsp;")
}
function hometext()
{ document.write("<A HREF='index.html' TARGET='_top'");
document.write("onmouseover='javascript:stat(hp); return true'");
document.write(">Back to <I>"+shorthp+"<\/I><\/A>")
}
function cprt()
{ document.write("<h5>Copyright &copy; 1998-2006 Kevin Hale. All rights reserved<\/h5>");
  document.write("<p>");
  css();
  document.write("<\/p>");
}
function cprtval()
{ document.write("<h5>Copyright &copy; 1998-2006 Kevin Hale. All rights reserved<\/h5>");
  document.write("<p>");
  css();
  validhtml();
  document.write("<\/p>");
}
function css()
{ document.write("<a href=http://www.w3.org/Style/CSS/Buttons title=Made%20with%20Cascading%20Style%20Sheets><img src=http://www.w3.org/Style/CSS/Buttons/mwcts><\/a>&nbsp;&nbsp;<a href=http://jigsaw.w3.org/css-validator/><img style=border:0;width:88px;height:31px src=http://jigsaw.w3.org/css-validator/images/vcss alt=Valid CSS!><\/a>");
}
function validhtml()
{ document.write("&nbsp;&nbsp;<a href=http://validator.w3.org/check?uri=referer><img border=0 src=http://www.w3.org/Icons/valid-html401 alt=Valid HTML 4.01! height=31px width=88px><\/a>");
}
function retlink(ref,info,tgt)
{ infod="Back to "+info+" Page";
document.write("<P><A HREF='"+ref+"'");
document.write("onmouseover='javascript:stat(infod); return true;'");
if (tgt != null)
{document.write(" TARGET='"+tgt+"'");};
document.write(">Back to <I>"+info+" Page<\/I><\/A>");
}
function stat(sMsg)
{ window.status = sMsg;
setTimeout("erasestat()",3000);
return true;
}
function erasestat()
{
window.status = " ";
}
function lastupdated()
{
months = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
a = new Date(document.lastModified);
if (a.getTime() != 0) {   //check that server has provided a lastmodified date
document.write("<H6><I>Last updated<\/I> <BR>");
DayNum = "0" + a.getDate();
document.write(DayNum.substring(DayNum.length - 2,DayNum.length)," ");
document.write(months[a.getMonth()]," ")
document.write(a.getFullYear(),"<\/H6>");
}
else document.write("&nbsp;");   //if lastmodified date not available
}
