<!--
function jump1()
{
	window.location = "/Merchant2/merchant.mvc?Screen=PROD&Product_Code=HO-SSC&Category_Code=leather-cross&Product_Count=0";
}
function jump2()
{
	window.location = "/Merchant2/merchant.mvc?Screen=PROD&Product_Code=152-HRSS&Category_Code=western-flatware&Product_Count=0";
}
var doPopUpX = (screen.width/2)-285;
var doPopUpY = (screen.height/2)-175;
var pos = "left="+doPopUpX+",top="+doPopUpY;

function doPopUp(){
doPopUpWindow = window.open("/Merchant2/graphics/00000001/colors.html","Colors","width=560,height=350,"+pos);
}
-->