// Ficture flow load js
	Shadowbox.loadSkin('classic', 'javascript/shbox/skin');
	Shadowbox.loadLanguage('fr', 'javascript/shbox/lang');
	Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], 'javascript/shbox/player');

	<!-- Basic or Prototype launch -->
	window.onload = function(){Shadowbox.init()};
	<!-- or with Mootools -->
	//window.addEvent('domready', function(){Shadowbox.init();});
	<!-- or with JQuery -->
	//$(document).ready(function(){Shadowbox.init();});
