function photoZoom (imagepath) {
	window.open ('/shop/pop_photo.cfm?imagepath=' + imagepath,'','resizable=yes,location=no,status=no,toolbar=no,width=530,height=565');
}

function pickPieces () {
	window.open ('/pop_pickpieces.cfm','','resizable=yes,location=no,status=no,toolbar=no,width=450,height=450');
}
function displaytextbox(formnumber)
{
if
(formnumber.lshippingaddress_id.options[formnumber.lshippingaddress_id.options.selectedIndex].value == "other"){
formnumber.sznewshipto.style.visibility= "visible"
}
else
formnumber.sznewshipto.style.visibility= "hidden"
}

function popGiftCard () {
window.open ('../BalanceInquiry.cfm','','resizable=yes,location=no,status=no,toolbar=no,width=350,height=170');
}