// JavaScript Document
	function showHome() {			
		$("#movi").fadeIn('slow');
	    $("#movholder").hide('fast');
		$("#biodiv").fadeOut('fast');
		$("#musdiv").fadeOut('fast');
		$("#cddiv").fadeOut('fast');
		$("#bookdiv").fadeOut('fast');
		$("#kidsdiv").fadeOut('fast');
		$("#contdiv").fadeOut('slow');
	stopmovie(YourmovieID);
	}
	function showBio() {			
		$("#movi").fadeOut('fast');
		$("#biodiv").fadeIn('slow');
		$("#musdiv").fadeOut('fast');
		$("#cddiv").fadeOut('fast');
		$("#bookdiv").fadeOut('fast');
		$("#kidsdiv").fadeOut('fast');
		$("#contdiv").fadeOut('slow');
	$("#biotitle").show("slide", { direction: "down" }, 'slow'); 
	stopmovie(YourmovieID);
	}
	function showMus() {			
		$("#movi").fadeOut('fast');
		$("#biodiv").fadeOut('fast');
		$("#musdiv").fadeIn('slow');
		$("#cddiv").fadeOut('fast');
		$("#bookdiv").fadeOut('fast');
		$("#kidsdiv").fadeOut('fast');
		$("#contdiv").fadeOut('slow');
	$("#mustitle").show("slide", { direction: "right" }, 'slow');
	stopmovie(YourmovieID);
	}
	function showCd() {			
		$("#movi").fadeOut('fast');
		$("#biodiv").fadeOut('fast');
		$("#musdiv").fadeOut('fast');
		$("#cddiv").fadeIn('slow');
		$("#bookdiv").fadeOut('fast');
		$("#kidsdiv").fadeOut('fast');
		$("#contdiv").fadeOut('slow');
	$("#cdtitle").show("slide", { direction: "up" }, 'slow'); 
	stopmovie(YourmovieID);
	}
	function showBook() {			
		$("#movi").fadeOut('fast');
		$("#biodiv").fadeOut('fast');
		$("#musdiv").fadeOut('fast');
		$("#cddiv").fadeOut('fast');
		$("#bookdiv").fadeIn('slow');
		$("#kidsdiv").fadeOut('fast');
		$("#contdiv").fadeOut('slow');
	$("#booktitle").show("slide", { direction: "left" }, 'slow'); 
	stopmovie(YourmovieID);
	}
	function showKids() {			
		$("#movi").fadeOut('fast');
		$("#biodiv").fadeOut('fast');
		$("#musdiv").fadeOut('fast');
		$("#cddiv").fadeOut('fast');
		$("#bookdiv").fadeOut('fast');
		$("#kidsdiv").fadeIn('slow');
		$("#contdiv").fadeOut('slow');
	$("#kidstitle").show("slide", { direction: "right" }, 'slow'); 
	stopmovie(YourmovieID);
	}
      function showCont() {			
		$("#movi").fadeOut('fast');
		$("#biodiv").fadeOut('fast');
		$("#musdiv").fadeOut('fast');
		$("#cddiv").fadeOut('fast');
		$("#bookdiv").fadeOut('fast');
		$("#kidsdiv").fadeOut('slow');
		$("#contdiv").fadeIn('slow');
	$("#conttitle").show("slide", { direction: "up" }, 'slow'); 
	stopmovie(YourmovieID);
	}
	
  

