function getFAQ(faqID)
{
	myWindow = window.open("help.php?faqID=" + faqID, "help", "width=620, height=300, left=50, top=100, menubar=no, status=no, location=no, toolbar=no, scrollbars=no, resizable=yes");
	myWindow.focus();
}