$(document).ready(function () {  
	//$("#container").height($(document).height()); 
	//$("#xtra-bg").height($("#container").height()); 
        //$("#pageSidebar").height($("#aboutLeft").height());
}); 
$(function($) {
	$('.slide').next().prev().click(function () {
		$(this).toggleClass('slideActive').next().slideToggle/*eller bruke bare toggle*/('slow');
	});
});




// Add the slideshow controller









var mtvOptions = {
	objectType: 'swf', 
	objectWidth: 350, 
	objectHeight: 218, 
	width: 350,
	height: 218,
	align: 'auto',
	slideshowGroup: 'rr',
	transitions: ['fade'],
	wrapperClassName: 'no-footer rr',
	captionEval: null,
	headingEval: 'this.a.title',
	allowSizeReduction: false,
	preserveContent: false,
	swfOptions: { 
		params: { 
			allowfullscreen: 'true' 
		},
flashvars: {autoPlay: 'true'}
	}, 
	maincontentText: 'You need to upgrade your Flash player'
};

