var flashvars = {};
var params = {wmode: "transparent"};
var attributes = {};
swfobject.embedSWF("design/frontend/byblos/flash/logo.swf", "logo", "400", "51", "10.0.0", "js/expressInstall.swf", flashvars, params, attributes);

var flash;
$(".swf").each(function(){
					var attributes = { title: this.title };
					swfobject.embedSWF( this.src , "right_banner_swf", "220", "253", "10.0.0", "js/expressInstall.swf", flashvars, params, attributes);
					});


$(document).ready(function(){	
	menu_onmouseover("#top_menu li.parent");
	
	if(document.getElementById("slider"))
	{
		setTimeout(function(){
						slider();
					}, 1000);
		$(".dot").each(function(){
					   $(this).click(function(){
											// slider().stop(true, false);
											slider($(this).attr("id"));										  
											  });
								});
	}
	
});