// execute your scripts when DOM is ready. this is a good habit 
$(function() {         
         
    // initialize scrollable  
    $("div.scrollable").scrollable({ 
        vertical:true,  
        size: 4 
         
    // use mousewheel plugin 
    });
     
}); 


function init()
{
	//$f("the_film", "/js/flowplayer-3.1.5.swf", "http://www.florian-meimberg.com/films/lexus_rueckspiegel.flv"); 
}

function show_active(element)
{
	document.getElementById(element).src = "img/thumbs/" + element + "_aktiv.png"; 
}

function show_inactive(element)
{
	document.getElementById(element).src = "img/thumbs/" + element + "_inaktiv.png"; 
}

function showMovie(element)
{
	$('the_film').css("background-color", "black");
	//$f("the_film", "/js/flowplayer-3.1.5.swf", "http://www.florian-meimberg.com/films/"+element+".flv"); 
	document.getElementById("the_film").innerHTML = '<object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" width="706" height="450" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"><param name="movie" value="video.swf?url1=http://www.florian-meimberg.com/films/'+element+'.flv"><param name="quality" value="high"><param name="scale" value="exactfit"><param name="menu" value="true"><param name="bgcolor" value="#000000"><embed src="video.swf?url1=http://www.florian-meimberg.com/films/'+element+'.flv" quality="high" scale="exactfit" menu="false" url1="http://www.florian-meimberg.com/films/02_hiv_bear.flv" bgcolor="#000000" width="706" height="450" swLiveConnect="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>';

}
