function fadeIn(){
$("#content").fadeIn("slow");
}
function fadeOut(){
$("#content").fadeOut("slow");
}