/*var WEBROOT = "http://promobel.ca/dev/";*/


$(document).ready(function(){
	
		
	/// MENU
	$("div#site").flash(
        { src: "Hfortin.swf", width: 1024, height: 550 },
        { version: 8 },
        function(htmlOptions) {
            $this = $(this);
			htmlOptions.width = "100%";
			htmlOptions.height = "550px";
            this.innerHTML = "";
			$(this).addClass("HeleneFortin").prepend($.fn.flash.transform(htmlOptions));
		   return false;
        }

    );

});

