function terrormap(map) {

	document.write('<OBJECT WIDTH=\"532\" HEIGHT=\"574\"  classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\">');
	document.write('<PARAM NAME=movie VALUE=\"/uploadFiles/map/'+map+'.swf\">');
	document.write('<PARAM NAME=quality VALUE=\"high\">');
	document.write('<PARAM NAME=scale VALUE=\"ShowAll\">');
	document.write('<PARAM NAME=autostart VALUE=\"true\">');
	document.write('<PARAM NAME=loop VALUE=\"true\">');
	document.write('<PARAM NAME=menu VALUE=\"false\">');
	document.write('<PARAM NAME=wmode VALUE=\"transparent\">');
	document.write('<PARAM NAME=width VALUE=\"532\">');
	document.write('<PARAM NAME=height VALUE=\"574\">');
	document.write('<EMBED src=\"/uploadFiles/map/'+map+'.swf\" scale=\"ShowAll\" autostart=\"true\" loop=\"true\" menu=\"false\" wmode=\"transparent\" quality=\"high\" WIDTH=\"532\" HEIGHT=\"574\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED>');
	document.write('</OBJECT>');

}
