	
function toggleme(handler) {
	
$("#"+handler).toggle(800);

 }



		

	



