<!--
function openZoom(productID,image) {
	var newWindow=window.open("zoom.asp?pid=" + productID + "&image=" + image,"","width=675,height=440,resizable=0,status=yes,scrollbars=yes,screenX=100,screenY=100,top=100,left=100'");
}

function openSize() {
	var newWindow=window.open("zoom_size.asp","","width=375,height=250,resizable=0,status=yes,scrollbars=yes,screenX=100,screenY=100,top=100,left=100'");
}

function openChart(gender) {
	var newWindow=window.open("zoom_sizechart.asp?gender=" + gender,"","width=685,height=590,resizable=0,status=yes,scrollbars=yes,screenX=100,screenY=100,top=100,left=100'");
}

function openChat() {
	var newWindow=window.open("http://livechat.boldchat.com/aid/8769227420676614515/bc.chat?cwdid=3604874221773993843","","width=685,height=590,resizable=0,status=yes,scrollbars=yes,screenX=100,screenY=100,top=100,left=100'");
}

function openPhone() {
	var newWindow=window.open("zoom_phone.asp","","width=375,height=755,resizable=0,status=yes,scrollbars=yes,screenX=100,screenY=100,top=100,left=100'");
}

function openDelivery() {
	var newWindow=window.open("delivery_popup.asp","","width=550,height=590,resizable=0,status=yes,scrollbars=yes,screenX=100,screenY=100,top=100,left=100'");
}

function openReturns() {
	var newWindow=window.open("returns_popup.asp","","width=550,height=590,resizable=0,status=yes,scrollbars=yes,screenX=100,screenY=100,top=100,left=100'");
}

function openSecure() {
	var newWindow=window.open("secure_popup.asp","","width=550,height=590,resizable=0,status=yes,scrollbars=yes,screenX=100,screenY=100,top=100,left=100'");
}
-->