

	function FixImageSmall(el) {
		el.src="/images/products/thumb_image-coming-soon.jpg";
	}
	
	function FixImage(el) {
		el.src="/images/products/image-coming-soon.jpg";
	}
	
	function zoomsImage(str_ImagePath, str_IntID){
		window.open("product_zoom.asp?IntID=" + str_IntID + "&ImageRef=" + escape(str_ImagePath),"Zoom","width=520,height=640,resizable=yes,status=no,scrollbars=no,location=no,menubar=no,toolbar=no");
	}
	function popupContent(str_Path){
		window.open(str_Path,"popupContent","width=520,height=640,resizable=yes,status=no,scrollbars=no,location=no,menubar=no,toolbar=no");

		return false;
	}
	function IsDel() {
		if(document.secure.intDelivery.value == '') {
			alert('Please select a delivery country.');
			document.secure.intDelivery.focus();
		} else  {
			document.secure.submit();
		}
	}