$(document).ready(function(){
						   
	//---------------------------------------------------------------
	// SEARCH FORM
	$('#searchlink').click(function() {
    	$("form")[0].submit();
	});
	//---------------------------------------------------------------

	//---------------------------------------------------------------
	// about menu init
	// hide the about list hider and shower
	$('.aboutshow').eq(0).hide();
	$('.aboutshow').eq(1).hide();
	//---------------------------------------------------------------


});
