<!--
browserName = navigator.appName;
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";
}
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 swShowCategories(OP,SC) {
  document.rForm.OP.value=OP;
  document.rForm.SC.value=SC;
  document.rForm.LOC.value=document.tForm.lLocations.selectedIndex;
  document.rForm.submit();
}
function swDirectoryListByDetail(OP,SC,PG)  {
  document.tForm.OP.value=OP;
  document.tForm.SC.value=SC;
  document.tForm.PG.value=PG;
  document.tForm.LOC.value=document.tForm.lLocations.selectedIndex;
  document.tForm.submit();
}
function swComposeClassified(OP) {
  document.aForm.OP.value=OP;
  document.aForm.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 swQuickForums(OP,FID,PG) {
  document.eForm.OP.value=OP;
  document.eForm.FID.value=FID;
  document.eForm.PG.value=PG;
  document.eForm.submit();
}
function swFeedback(OP) {
  var win2 = window.open("/contact/sendmsg.html", "sendMsg", "status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,width=560,height=400,top=60,left=100")
}
//-->
