	function openWindowQuestion1() {
		popupWin = window.open('disclaimer.asp','EIN','scrollbars,resizable,toolbar,width=550,height=400,left=60,top=60');
		popupWin.focus();
	}
	document.write("<a href='javascript:openWindowQuestion1();' title='Click here to read about our terms and conditions' tabindex='-1' style='cursor: help;'>Terms &amp; Conditions</a> ")
