function show(){
$("#filter").show("slow");
$("#button1").hide("slow");
}

function hide(){

$("#button1").show("slow");
$("#filter").hide("slow");
}
