function load_aboutus(direction) {
	
	//$("#bottom_content").slideUp("fast");

	var html = "<div id='aboutus_main'>";
	
	html += "<div id='aboutus_text'><div id='aboutus_header' align='left'></div>Morris and Young employ professional songwriters and composers to create music for film, television, radio, video games, commercials and recording artists.<br><br>";
	
	html += "We are at your service to provide you with the very best in production music and a one-stop shop for your music licensing needs. We own all of our master recordings and we provide custom mixes per request for compositions found within the Morris & Young music catalog.<br><br>";
	
	html += "Morris and Young will deliver to you a hard drive with over 7000 titles and over 60 genres, Wav/Aiff and MP3s:<br><ul><li>Music files are Soundminer embedded with metadata regarding writing and publishing splits, style, instrumentation and mood</li><li>Easy searching within iTunes, Avid, ProTools or any other searchable media system. </li><li>Alternate and stem mixes provided </li><li>Rhythmic Bass pulses and useful analog drones</li><li>String pads in major and minor keys</li><li>New music via Quarterly Updates </li></ul></div>";
	
	html += "<div id='aboutus_pictures'><img src='http://morris-young.com/images/Morris_Young_03_smaller.jpg' /></div></div>";

	//setTimeout(function() { $("#bottom_content").html(html).slideDown("fast"); },500);

	//$("#bottom_content").animate({ width:0 }, 300, function(){ $("#bottom_content").css('left','950px').html(html).animate({ left:0, width:929 }, 400) });
		
		//$('#'+current_page+'_page').fadeOut("normal", function(){ $('#aboutus_page').html(html).fadeIn('normal') });
		$('#'+current_page+'_page').fadeOut("slow");
		$('#aboutus_page').html(html).fadeIn('slow');

}
