<!--

function SetHref(CatId) {
	
	
	document.location.href='frm_faq_list.asp?CategoryID='+CatId;
	
	return true;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
   window.open(theURL,NULL,features);
   return false;
 
}

function ToMouseOver(ctl)
{
 
	ctl.style.cursor= 'pointer';
}


//-->