	function jsAlert(inhoud) {
		if ( inhoud == 0) {
			$("#portfolio_video_home").animate({height: "506px" }, 500 );
                        document.getElementById('portfolio_home_titel_tekst').innerHTML = 'Slim Reizen Slim Sparen';
			document.getElementById('portfolio_video_home').innerHTML = '<iframe src="http://player.vimeo.com/video/31599833?title=0&amp;byline=0&amp;portrait=0&amp;color=4fc2bc&amp;autoplay=1" width="898" height="506" frameborder="0"></iframe>';
                        
		}

		if (inhoud == 1) {
                        $("#portfolio_video_home").animate({height: "506px" }, 500 );
			document.getElementById('portfolio_home_titel_tekst').innerHTML = 'Staatsbosbeheer';
			document.getElementById('portfolio_video_home').innerHTML = '<iframe src="http://player.vimeo.com/video/28982805?title=0&amp;byline=0&amp;portrait=0&amp;color=4fc2bc&amp;autoplay=1" width="898" height="506" frameborder="0"></iframe>';			
		}
                
		if (inhoud == 2) {
                    $("#portfolio_video_home").animate({height: "506px" }, 500 );
			document.getElementById('portfolio_home_titel_tekst').innerHTML = 'Citymoovz';
			document.getElementById('portfolio_video_home').innerHTML = '<iframe src="http://player.vimeo.com/video/28059492?title=0&amp;byline=0&amp;portrait=0&amp;color=4fc2bc&amp;autoplay=1" width="898" height="506" frameborder="0"></iframe>';			
		}	
}

