
function doMapReplace(){

	var b = document.getElementById("interactive_map");
	writeFlash(b, "map/interactive_map_v3.swf", "320", "400")
	//b.style.marginRight = "-20px";
}


$(document).ready(doMapReplace);