$(document).ready(function(){
   $("#searchopen").click(function() {
	   $("#searchextended").slideDown("slow",function(){
	});
	});
});


