// JavaScript Document
function QuickJump(faqcat)
{
	var Element = faqcat.select.selectedIndex;
	if (faqcat.select.options[Element].value != 0) 
	{
		location = faqcat.select.options[Element].value;
	}	
}