/*
function video(video){
	$('videoTarget').update();
	new Effect.Appear($('videoContainer'),{'duration':0.2});
	//swfobject.embedSWF(video, "videoTarget", "640", "360", "9.0.0", "js/sfwobject/expressInstall.swf");
	$('videoTarget').update('<iframe src="'+video+'" width="640" height="360" frameborder="0"></iframe>');
}*/
function showVideo(video){
	$$('div.project-afbeelding')[0].morph('height:492px;',{duration:0.5});
	$$('div.project-afbeelding-target').invoke('hide');
	$('movieTarget').update('<iframe src="http://player.vimeo.com/video/'+video+'" width="814" height="459" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe>').show();
}

function panorama(panorama){
	$('videoTarget').update();
	new Effect.Appear($('videoContainer'),{'duration':0.2});
	QT_ReplaceWithPoster('Klik om het panorama te laden', panorama+'_poster.jpg',
		$('videoTarget'),
		panorama+'.mov',
		'640', '360', '',
		'controller', 'true',
		'autoplay', 'true',
		'bgcolor', 'black',
		'scale', 'aspect');
}
