// JavaScript Document

//Search Validation

function validation(){
	
	if(document.catcustomcontentform10218.CAT_Custom_12152.value=="" && document.catcustomcontentform10218.CAT_Custom_12154.value==""){
		alert('Please select one option');
		return false;
	}
	
	document.catcustomcontentform10218.submit();	
}


function faqsvalidation(){
	
	if(document.CAT_FAQSearch.CAT_Category.value==""){
		alert('Please select a category');
		return false;
	}
	
	document.CAT_FAQSearch.submit();	
}



function MM_jumpMenuGo(objId,targ,restore){ //v9.0
  var selObj = null;  with (document) { 
  if (getElementById) selObj = getElementById(objId);
  if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0; }
}