$(document).ready(function() { 
	

	swfobject.embedSWF(baseUrl+"flash/Logo.swf", "Logo", "274", "116", "9.0.0", "expressInstall.swf", { wmode : "transparent" }, { wmode : "transparent" } );	
	swfobject.embedSWF(baseUrl+"flash/Banner.swf", "Banner", "650", "402", "9.0.0", "expressInstall.swf", { wmode : "transparent" }, { wmode : "transparent" } );	
	
$("img.a").hover(   
	function() {
		$(this).animate({"opacity": "0"}, "fast");   
	},   
	function() {   
		$(this).animate({"opacity": "1"}, "fast");   
	}); 
});

$("img.m").animate({"opacity": "0"}, "fast");   


