/*/////////
	FAQ SELECT & GO
*/////////

function gotoPage(pageURL){
	if(pageURL != ""){
		document.location = pageURL;
	}
}

