// POP UP WINDOWvar taller_popunder = 300;var wider_popunder = 500;var h = (screen.height - taller_popunder) / 2;var l = (screen.width - wider_popunder) / 2; function Terms() {  	window.open ('terms.aspx', 'newwindow', config='left=100, top=250, height=300, width=500, toolbar=yes, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no height='+taller_popunder+',width='+wider_popunder+',top='+h+',left='+l+''); 	}var taller_popunder = 300;var wider_popunder = 500;var h = (screen.height - taller_popunder) / 2;var l = (screen.width - wider_popunder) / 2; function Privacy() {  	window.open ('privacy.aspx', 'newwindow', config='left=100, top=250, height=300, width=500, toolbar=yes, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no height='+taller_popunder+',width='+wider_popunder+',top='+h+',left='+l+''); 	}