function formHandler1(){
	var URL = document.frmFAQ1.site.options[document.frmFAQ1.site.selectedIndex].value;
	window.location.href = URL;
}

function formHandler2(){
	var URL = document.frmFAQ2.site.options[document.frmFAQ2.site.selectedIndex].value;
	window.location.href = URL;
}

function formHandler3(){
	var URL = document.frmFAQ3.site.options[document.frmFAQ3.site.selectedIndex].value;
	window.location.href = URL;
}

function formHandler4(){
	var URL = document.frmFAQ4.site.options[document.frmFAQ4.site.selectedIndex].value;
	window.location.href = URL;
}
