$(document).ready(function() {
   //alert('hello');
   $(".launchme").click(function () { 
		//$("#flash3d").html().remove();
		$("#flash3d").show('slow');

	});
});
