<!-- Hide script from older browsers		function FeaturePopup() {			if (document.images) {				openpopup = window.open(arguments[0],'popupwin','width=740,height=630,left=50,top=50,resizable=no,scrollbars=no');			}		}		function FeaturePopupSmall() {			if (document.images) {				openpopup = window.open(arguments[0],'popupwin','width=400,height=350,left=50,top=50,resizable=no,scrollbars=no');			}		}		function FeaturePopupScroll() {			if (document.images) {				openpopup = window.open(arguments[0],'popupwin','width=740,height=630,left=50,top=50,resizable=yes,scrollbars=yes');			}		}// end hiding script from older browsers -->