function toggle(id) {
$('#' + id).toggle("fast");
return false;
}
