function search_box_dropdown() {

	
	jQuery("#search_box_dropdown").fadeIn("slow");
	document.getElementById('fulltext_search').focus();
	
	
	
}
function fulltext_mouseout() {
	//alert('blurme');
	jQuery("#search_box_dropdown").fadeOut("slow");
}

