
function active_video (sVideo) {
 var id = $('#c39 object').attr('id');
 
 var flashvars = {"allowFullScreen":"true","file":"http:\/\/www.cours-egsh.fr\/fileadmin\/files\/video\/"+sVideo};
 var params = {"quality":"high","menu":"false","allowScriptAccess":"sameDomain","allowFullScreen":"true","wmode":"transparent"};
 var attributes = {};
 swfobject.embedSWF("typo3/contrib/flashmedia/flvplayer.swf", id, "300", "160", "9", "http://www.cours-egsh.fr/typo3/contrib/flashmedia/swfobject/expressInstall.swf", flashvars, params, attributes); 
}

$(function() {



$('#c40 .thumbnails ul').css('width', '960px');
  $('#c40 .thumbnails ul').append('<li><a href="javascript:active_video(\'EGSHPrepas.flv\')"><img height="52" width="107" alt="image description" src="/fileadmin\/files\/video\/EGSHPrepas.flv.gif"></a></li>');
  $('#c40 .thumbnails ul').append('<li><a href="javascript:active_video(\'Presentation_EGSH.flv\')"><img height="52" width="107" alt="image description" src="/fileadmin\/files\/video\/Presentation_EGSH.flv.gif"></a></li>');
  $('#c40 .thumbnails ul').append('<li><a href="javascript:active_video(\'Sortie_Kart.flv\')"><img height="52" width="107" alt="image description" src="/fileadmin\/files\/video\/Sortie_Kart.flv.gif"></a></li>');
  $('#c40 .thumbnails ul').append('<li><a href="javascript:active_video(\'experience.flv\')"><img height="52" width="107" alt="image description" src="/fileadmin\/files\/video\/experience.flv.gif"></a></li>');



});


$(function()
{
 $('.scroll-pane-split').jScrollPane(
 {
 showArrows: true,
 verticalArrowPositions: 'split',
 horizontalArrowPositions: 'split'
 }
 );
}); 
