var map_params = {
	menu: "false",
	scale: "noScale",
	allowFullscreen: "true",
	allowScriptAccess: "always",
	wmode: "transparent"
};
var map_attributes = {
	id:"MapRedux",
	name: "MapRedux"
};
swfobject.embedSWF("/main.swf", "altContent", "920", "472", "9.0.124", "expressInstall.swf", map_flashvars, map_params, map_attributes);

function mapMovie ( movieName ) {
	if (navigator.appName.indexOf ( "Microsoft" ) != -1 ) {
		return window [ movieName ];
	} else {
		return document [ movieName ];
	}
}

function mapReady_listener () {
	// console.log ( "map ready" );
}

function showTrail ( id ) {
	mapMovie ( "MapRedux" ).showTrail ( id );
}

function showPoint ( id ) {
	mapMovie ( "MapRedux" ).showPoint ( id );
}

function replace_narrative ( id ) {
	$.getScript("/narrative/"+id+".js");
	// $("#narrative h3").removeClass();
	// $("#narrative h3").addClass("trail_");
}