<!--
//Break out of frames script
if (window != top) top.location.href = location.href;

function SPGuide(){
var newWin=window.open("swatches.html", "newWnd", "width=600,height=390,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no");
}

function PrintPage(){
var newWin=window.open("mailform.html", "newWnd", "width=620,height=480,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no");
}

function newFFD_Window(PageName){
   if (!newWin || newWin.closed){
      newWin=window.open(PageName, "newWnd", "width=300,height=340,menubar=no,location=no,resizable=yes,scrollbars=no,status=no");
      newWin.focus();
   }
   else{
      newWin.location.href = PageName;
      newWin.focus();
   }
}

if (document.images) {
  BuyNowOn = new Image
  BuyNowOff = new Image

  BuyNowOn.src = "graphics/buynow2.gif"
  BuyNowOff.src = "graphics/buynow.gif"
}
else {
  BuyNowOn = ""
  BuyNowOff = ""
  document.BuyNow = ""
}
//-->