// JavaScript Document

function write_map(threatID) {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="530" height="400" id="usa_locator" ALIGN="center">')
	document.write('<PARAM NAME=movie VALUE="/threats/usa_locator.swf">')
	document.write('<PARAM NAME=wmode VALUE=transparent> ')
	document.write('<PARAM NAME=FlashVars VALUE="xmlfile1=/threats/maps/threat_map_' + threatID + '.xml"> ')
	document.write('<PARAM NAME=quality VALUE=high> ')
	document.write('<PARAM NAME=bgcolor VALUE=#F5F5F5> ')
	document.write('<EMBED src="/threats/usa_locator.swf?xmlfile1=/threats/maps/threat_map_' + threatID + '.xml" quality=high bgcolor=#F5F5F5 width="530" height="400" NAME="usa_locator" wmode=transparent ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">')
	document.write('</EMBED>')
	document.write('</OBJECT>')

}




