<!--
//Break out of frames script
if (window != top) top.location.href = location.href;

function SPGuide(){
var newWin=window.open("swatches.html", "newWnd", "width=820,height=510,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 SST(){
var newWin=window.open("ssTshirts.html", "newWnd", "width=560,height=230,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no");
}

function SWEATS(){
var newWin=window.open("sweats.html", "newWnd", "width=560,height=230,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no");
}

if (document.images) {
  BuyNowOn = new Image
  BuyNowOff = new Image

  BuyNowOn.src = "graphics/buynow2.gif"
  BuyNowOff.src = "graphics/buynow.gif"
}
else {
  BuyNowOn = ""
  BuyNowOff = ""
  document.BuyNow = ""
}

<!--Start Top Pull Down Menu-->
function showmenu(elmnt)
{
document.getElementById(elmnt).style.visibility="visible"
}
function hidemenu(elmnt)
{
document.getElementById(elmnt).style.visibility="hidden"
}


function emailFriend()
{
	var newWin=window.open("email_popup.html", "newWnd", "width=400,height=402,left=400,top=300,menubar=no,location=no,resizable=no,scrollbars=no,status=no");
}

//-->