	<!--
	curDisplay = 0;
	function showDetail(theDetail,totFAQ,theCategory)
		{
		for(i=1;i<=totFAQ;i++)
			{

			}
		
		if(curDisplay != theDetail)
			{
//			document.getElementById('faqLnk'+theDetail).className = "faqQAX";
			document.getElementById(theCategory+'faqA'+theDetail).style.display = "block";
			curDisplay = theDetail;
			}
		else
			{curDisplay = 0;}	
		
		}
	//-->
