$(document).ready(function(){	
			
	 
	 swfobject.embedSWF("swf/SphereTDDB.swf", "esferas", "380", "347", "9",false,false,{wmode: "transparent"});
	 $("#flashDetails").load("puntos/punto1.html");
	 
		});	
Shadowbox.init({players: ["html","swf","flv","img"]});

function irapunto(punto){
		$("#flashDetails").fadeOut();
		$("#flashDetails").load("puntos/punto" + punto + ".html");
		$("#flashDetails").fadeIn();	
}

	
