
function faqmgrlaunch(){
	if (document.all) {
		windowheight = screen.availHeight;
		rightwidth=240;
		leftwidth=screen.availWidth-rightwidth-11;
		faqwindow=window.open('faqmain.asp?topicid=&faqid=','faqmgr','width='+rightwidth+',height='+(windowheight-51)+',screenX='+leftwidth+',screenY=0,top=0,left=' +leftwidth+',toolbar=0,location=0,status=1,menubar=0,resizable=1');
		faqwindow.focus();
	} else {
		windowheight = screen.availHeight;
		rightwidth=240;
		leftwidth=screen.availWidth-rightwidth-11;
		faqwindow=window.open('faqmain.asp?topicid=&faqid=','faqmgr','width='+rightwidth+',height='+(windowheight-51)+',screenX='+leftwidth+',screenY=0,top=0,left=' +leftwidth+',toolbar=0,location=0,status=1,menubar=0,resizable=1');
		faqwindow.focus();
	}
}
