<!--
var browserName = navigator.appName;
var browserVer = parseInt(navigator.appVersion);
if((browserName == "Netscape" && browserVer >= 4) || (browserName == "Microsoft Internet Explorer" && browserVer >= 4))
  version = 4;
else
  if((browserName == "Netscape" && browserVer >= 3) || (browserName == "Microsoft Internet Explorer" && browserVer >= 3))
    version = 3;
  else version = 2;
if (version >= 3) {
  iXLogoOn = new Image();
  iXLogoOn.src = "/images/ixlogoon.gif";
  iXLogoOff = new Image();
  iXLogoOff.src = "/images/ixlogooff.gif";
  SearchOff = new Image();
  SearchOff.src = "/images/bluesearch.gif";
  SearchOn = new Image();
  SearchOn.src = "/images/greensearch.gif";
  NextOff = new Image();
  NextOff.src = "/images/nextoff.gif";
  NextOn = new Image();
  NextOn.src = "/images/nexton.gif";
  BackOff = new Image();
  BackOff.src = "/images/backoff.gif";
  BackOn = new Image();
  BackOn.src = "/images/backon.gif";
}
function ImgOn(imgName,imgSrc) {
if (version >= 3) {
    document.images[imgName].src=eval(imgSrc+".src");
  }
}
function ImgOff(imgName,imgSrc) {
if (version >= 3) {
    document.images[imgName].src=eval(imgSrc+".src");
  }
}
function swJump(Loc) {
  document.location=Loc;
}
function swShowNewAds(OP,PG)  {
  document.tForm.OP.value=OP;
  document.tForm.PG.value=PG;
  document.tForm.LOC.value=document.tForm.lLocations.selectedIndex;
  document.tForm.submit();
}
function swComposeDirectory(OP) {
  document.bForm.OP.value=OP;
  document.bForm.submit();
}
function swQuickAds(OP,SC,PG)  {
  document.cForm.OP.value=OP;
  document.cForm.SC.value=SC;
  document.cForm.PG.value=PG;
  document.cForm.submit();
}
function swQuickEvents(OP,CAT) {
  document.dForm.OP.value=OP;
  document.dForm.CAT.value=CAT;
  document.dForm.submit();
}
function swDirectoryListByDetail(OP,SC,PG) {
  document.eForm.OP.value=OP;
  document.eForm.SC.value=SC;
  document.eForm.PG.value=PG;
  document.eForm.LOC.value=0;
  document.eForm.submit();
}
function swQuickForums(OP,FID,PG) {
  document.fForm.OP.value=OP;
  document.fForm.FID.value=FID;
  document.fForm.PG.value=PG;
  document.fForm.submit();
}
function swShowPix(OP,ID) {
  var win1 = window.open("showpix.htm?OP="+OP+"&ID="+ID, "showPix", "status=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes,width=560,height=500,top=20,left=20")
}
function swSendMsg(OP,ID) {
  var win2 = window.open("sendmsg.htm?OP="+OP+"&ID="+ID, "sendMsg", "status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,width=560,height=400,top=60,left=100")
}
function swFeedback(OP) {
  var win3 = window.open("/contact/sendmsg.html", "sendMsg", "status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,width=560,height=400,top=60,left=100")
}
//-->