<!--
	function faq2()
	{
	
		win = window.open ("faq.htm","", "width=520, height=450, scrollbars");
		win.focus();
	
	}
//-->