	function openWindowQuestion1() {
		popupWin = window.open('T_C.htm','EIN','scrollbars,resizable,toolbar,width=550,height=400,left=60,top=60');
		popupWin.focus();
	}
	document.write("<a href=\"javascript:openWindowQuestion1();\" style=\"cursor: help;\" title=\"Read our about our Policy\" >Terms and Conditions</a>")

