	function openWindowQuestion1() {
		popupWin = window.open('privacy.htm','privacy','scrollbars,resizable,toolbar,width=550,height=400,left=60,top=60');
		popupWin.focus();
	}
	document.write("<a href='javascript:openWindowQuestion1();' tabindex='-1' style='cursor: help;' title='click here to view our Privacy Policy'>Privacy Policy</a> ")
