<!--
if (self!=top)  {
  alert("Framing of this site is not permitted.");
  parent.top.document.location.href="http://www.boatpix.com";
}
var message="Copyright © BOATPIX.com, Inc. 1994 - 2004. All rights reserved.";
if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
function click(e)
{
  if(document.all)  {
    ppcXC = window.event.offsetX;
    ppcYC = window.event.offsetY;
    if (event.button == 2) {
      alert(message);
      return false;}}
  if(document.layers)  {
    ppcXC = e.x;
    ppcYC = e.y;
    if (e.which == 3) {
      alert(message);
      return false;}}
}
function swViewFavorites(OP,GID){
  document.vForm.OP.value=OP;
  document.vForm.GID.value=GID;
  document.vForm.submit();
}
function swReturn(OP)  {
  document.xForm.OP.value=OP;
  document.xForm.submit();
}
function swViewCart(OP,CID){
  document.yForm.OP.value=OP;
  document.yForm.CID.value=CID;
  document.yForm.submit();
}
function swCheckOut(OP,CID){
  document.zForm.OP.value=OP;
  document.zForm.CID.value=CID;
  document.zForm.submit();
}
function swClickSend(OP) {
  document.sForm.OP.value=OP;
  document.sForm.submit();
}
//-->
