function switchHeader(id){
   $("#header .section-header").hide();
   $("#header .header"+id).show();
}

