<!--
var message="Script & Graphics by the E-MAN.";
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;
// --> 

  <!--

function closewin() {
self.close()
}
function countloads(scrptid,countdwn) {
var cntdwn = eval(countdwn)+1
document.countnow.thisscriptid.value=scrptid
document.countnow.thisnumber.value=cntdwn
document.countnow.submit()
}

  //-->

  <!--

function openContact() {
aWindow=window.open("contact.html","theContactWindow","toolbar=no,width=370,height=400,status=no,location=no,scrollbars=no,resize=no,menubar=no");
}

  // -->

  <!--
function openjava(str,name) {

        // str="";

        searchWin = window.open(str,name,'scrollbars=yes,resizable=yes,width=700,height=525,status=no,location=no,directories=no,toolbar=no');

     
window.open(str,name,'scrollbars=yes,resizable=yes,width=640,height=480,status=no,location=no,toolbar=yes');

        // searchWin.refer = self;

}
  //-->