function load_trailer() {
	var so_trailer = new SWFObject("/trailer_02.swf", "trailer", "422", "233", "8.0.0", "#000000",true); so_trailer.addVariable("v_rand", "<? echo md5(time()); ?>"); so_trailer.write('id_trailer');
}
function unload_trailer() {
	$('id_trailer').update('&nbsp;'); 
}
function show_covers() {
	if (v_active == "covers") { return; }
	v_active = "covers"; 
	$('id_covers').appear({ from: 0.0, to: 1.0, duration: 1.0 });
}
function init_covers() {
	v_active = "covers"; 
	$('id_covers').show(); 
}
function hide_covers() {
	$('id_covers').hide(); 
}
function b_home() {
	hide_story_cast();
	hide_pix();
	hide_downs();
	load_trailer();
	show_covers();
}
function hide_home() {
	unload_trailer();
	hide_covers();
}
function b_story_cast() {
	if (v_active == "cast") { return; }
	v_active = "cast"; 
	hide_home();
	hide_pix();
	hide_downs();
	$('id_cast_nav').hide();
	$('id_cast_container').show(); 
	$('id_story_cast').appear({ from: 0.0, to: 1.0, duration: 1.0, afterFinish: function() { 
		Effect.SlideDown('id_cast_nav', { duration:.2 }); 
		scrollbar = new Control.ScrollBar('scrollbar_content','scrollbar_track'); 
		scrollbar.recalculateLayout();
		} });
}
function hide_story_cast() {
	$('id_cast_container').hide(); 
	$('id_story_cast').hide(); 
}
function b_pix() {
	if (v_active == "pix") { return; }
	v_active = "pix"; 
	hide_home();
	hide_story_cast();
	hide_downs();
	$('id_pix').appear({ from: 0.0, to: 1.0, duration: 1.0 });
}
function hide_pix() {
	$('id_pix').hide(); 
}
function b_downs() {
	if (v_active == "downs") { return; }
	v_active = "downs"; 
	hide_home();
	hide_story_cast();
	hide_pix();
	$('id_downs').appear({ from: 0.0, to: 1.0, duration: 1.0 });
}
function hide_downs() {
	$('id_downs').hide(); 
}  

