<!--
if (self!=top)  {
  alert("Framing of this site is not permitted.");
  parent.top.document.location.href="http://www.bajaboats.com/forums";
}
var message="Copyright © 2001 Baja Boat Owners of America (BBOA). All rights reserved.";
if (document.layers) {
		document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
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;}}
}
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) {
  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 swPostReply(OP,MID,PG) {
  document.wForm.OP.value=OP;
  document.wForm.MID.value=MID;
  document.wForm.PPG.value=PG;
  document.wForm.submit();
}
function swShowMsg(OP,MID,PG) {
  document.xForm.OP.value=OP;
  document.xForm.MID.value=MID;
  document.xForm.PPG.value=PG;
  document.xForm.submit();
}
function swPostMsg(OP) {
  document.yForm.OP.value=OP;
  document.yForm.submit();
}
function swPaging(OP,PG) {
  document.zForm.OP.value=OP;
  document.zForm.PG.value=PG;
  document.zForm.submit();
}
//-->
