/* scrollpane */
$(document).ready(function() 
{
	$('.scroll_div').jScrollPane();
		
});

	jwplayer('domein_1').setup({
	    'flashplayer': '/website/static/source/scripts/jwplayer/player.swf',
	    'file': 'beroepen/schoonheidsspecialiste_high',
	    'streamer': 'rtmp://rtmp.roc.nl/vod/',
	    'image': 'http://data.roc.nl/stills/chemisch_laborant_1.jpg',
	    'skin': '/website/static/source/scripts/jwplayer/glow.zip',
	    'stretching': 'fill',
	    'controlbar': 'none',
	    'width': '150',
	    'height': '150'
	  });
	jwplayer("domein_2").setup({
		width: "150",
		height: "150",
		streamer: "rtmp://rtmp.roc.nl/vod/",
	    file: "beroepen/administrateur_high",
		image: "http://data.roc.nl/stills/administrateur_1.jpg",
		skin: "/website/static/source/scripts/jwplayer/glow.zip",
		stretching: "fill",
		controlbar: "none",
		flashplayer: "/website/static/source/scripts/jwplayer/player.swf"
	});
	jwplayer('domein_3').setup({
	    'flashplayer': '/website/static/source/scripts/jwplayer/player.swf',
	    'file': 'beroepen/autotechnicus_high',
	    'streamer': 'rtmp://rtmp.roc.nl/vod/',
	    'image': 'http://data.roc.nl/stills/autotechnikus_1.jpg',
	    'skin': '/website/static/source/scripts/jwplayer/glow.zip',
	    'stretching': 'fill',
	    'controlbar': 'none',
	    'width': '150',
	    'height': '150'
	  });
	
	jwplayer("domein_4").setup({
		width: "150",
		height: "150",
		streamer: "rtmp://rtmp.roc.nl/vod/",
	    file: "beroepen/onderwijsassistent_high",
		image: "http://data.roc.nl/stills/20040326_onderwijsassistent_1.jpg",
		skin: "/website/static/source/scripts/jwplayer/glow.zip",
		stretching: "fill",
		controlbar: "none",
		flashplayer: "/website/static/source/scripts/jwplayer/player.swf"
	});
