/* Author: 
	ROGER FLANAGAN
*/

$('a.top').click(function(){
     $('html, body').animate({scrollTop: '145px'}, 300);
     return false;
});

//


$(window).load(function() {
    $('#movie-slider').nivoSlider();
});

//

$(document).ready(function(){

	$("#choose-movie").click(function(){
	  $("#movie-toolkit").slideToggle("slow");
	  return false
	});
	
});

//

$(document).ready(function(){

	$("area[rel^='prettyPhoto']").prettyPhoto();
	$(".gallery:first a[rel^='prettyPhoto']").prettyPhoto();
	$(".gallery:gt(0) a[rel^='prettyPhoto']").prettyPhoto();

});

//


$(document).ready(function(){

	$("#truth-be-told-link").click(function(){
	  $("#truth-be-told-trailer").slideToggle("slow");
	  return false
	});
	
});

$(document).ready(function(){

	$("#truth-be-told-link").click(function(){
	  $("#jensen-project-trailer, #change-of-plans-trailer, #walk-in-my-shoes-trailer, #field-of-vision-trailer, #secrets-of-the-mountain-trailer, #simon-miller-trailer, #game-time-trailer, #game-of-your-life-trailer").hide("slow");
	  return false
	});
	
});

//

$(document).ready(function(){

	$("#jensen-project-link").click(function(){
	  $("#jensen-project-trailer").slideToggle("slow");
	  return false
	});
	
});

$(document).ready(function(){

	$("#jensen-project-link").click(function(){
	  $("#change-of-plans-trailer, #truth-be-told-trailer, #walk-in-my-shoes-trailer, #field-of-vision-trailer, #secrets-of-the-mountain-trailer, #simon-miller-trailer, #game-time-trailer, #game-of-your-life-trailer").hide("slow");
	  return false
	});
	
});

//

$(document).ready(function(){

	$("#change-of-plans-link").click(function(){
	  $("#change-of-plans-trailer").slideToggle("slow");
	  return false
	});
	
});

$(document).ready(function(){

	$("#change-of-plans-link").click(function(){
	  $("#jensen-project-trailer, #truth-be-told-trailer, #walk-in-my-shoes-trailer, #field-of-vision-trailer, #secrets-of-the-mountain-trailer, #simon-miller-trailer, #game-time-trailer, #game-of-your-life-trailer").hide("slow");
	  return false
	});
	
});

//


$(document).ready(function(){

	$("#walk-in-my-shoes-link").click(function(){
	  $("#walk-in-my-shoes-trailer").slideToggle("slow");
	  return false
	});
	
});

$(document).ready(function(){

	$("#walk-in-my-shoes-link").click(function(){
	  $("#jensen-project-trailer, #truth-be-told-trailer, #field-of-vision-trailer, #change-of-plans-trailer, #secrets-of-the-mountain-trailer, #simon-miller-trailer, #game-time-trailer, #game-of-your-life-trailer").hide("slow");
	  return false
	});
	
});

//


$(document).ready(function(){

	$("#field-of-vision-link").click(function(){
	  $("#field-of-vision-trailer").slideToggle("slow");
	  return false
	});
	
});

$(document).ready(function(){

	$("#field-of-vision-link").click(function(){
	  $("#jensen-project-trailer, #truth-be-told-trailer, #change-of-plans-trailer, #walk-in-my-shoes-trailer, #secrets-of-the-mountain-trailer, #simon-miller-trailer, #game-time-trailer, #game-of-your-life-trailer").hide("slow");
	  return false
	});
	
});

//

$(document).ready(function(){

	$("#secrets-of-the-mountain-link").click(function(){
	  $("#secrets-of-the-mountain-trailer").slideToggle("slow");
	  return false
	});
	
});

$(document).ready(function(){

	$("#secrets-of-the-mountain-link").click(function(){
	  $("#jensen-project-trailer, #truth-be-told-trailer, #change-of-plans-trailer, #walk-in-my-shoes-trailer, #field-of-vision-trailer, #simon-miller-trailer, #game-time-trailer, #game-of-your-life-trailer").hide("slow");
	  return false
	});
	
});

//

function blogRollNext(next){
	$('#blog_roll_block-'+(next-1)).slideUp();	
	if($('#blog_roll_block-'+next).length==0)next=0;
	$('#blog_roll_block-'+next).slideDown();	
	return false;
}

//

$(document).ready(function(){

	$("#simon-miller-link").click(function(){
	  $("#simon-miller-trailer").slideToggle("slow");
	  return false
	});
	
});

$(document).ready(function(){

	$("#simon-miller-link").click(function(){
	  $("#jensen-project-trailer, #truth-be-told-trailer, #change-of-plans-trailer, #walk-in-my-shoes-trailer, #field-of-vision-trailer, #secrets-of-the-mountain-trailer, #game-time-trailer, #game-of-your-life-trailer").hide("slow");
	  return false
	});
	
});


//

$(document).ready(function(){

	$("#game-time-link").click(function(){
	  $("#game-time-trailer").slideToggle("slow");
	  return false
	});
	
});

$(document).ready(function(){

	$("#game-time-link").click(function(){
	  $("#jensen-project-trailer, #truth-be-told-trailer, #change-of-plans-trailer, #walk-in-my-shoes-trailer, #field-of-vision-trailer, #secrets-of-the-mountain-trailer, #simon-miller-trailer, #game-of-your-life-trailer").hide("slow");
	  return false
	});
	
});

//

$(document).ready(function(){

	$("#game-life-link").click(function(){
	  $("#game-of-your-life-trailer").slideToggle("slow");
	  return false
	});
	
});

$(document).ready(function(){

	$("#game-life-link").click(function(){
	  $("#jensen-project-trailer, #truth-be-told-trailer, #change-of-plans-trailer, #walk-in-my-shoes-trailer, #field-of-vision-trailer, #secrets-of-the-mountain-trailer, #simon-miller-trailer, #game-time-trailer").hide("slow");
	  return false
	});
	
});
