function check_search_form(){
	if(document.getElementById('keyword').value == ''){
		alert('Please type in a keyword first');
		return false;
	}
	
}


function openwin_print() { 
window.open ("inc/print.asp", "explain", "height=500, width=520, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, status=no, top=10, left=50 ") 
} 


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}



