function toggle(target_div){
$('#'+target_div).toggle("slow");
}
