﻿// JScript File
function DisplayYeMap()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"\n');
document.write('width="593" height="400" id="US_MAP">\n');
document.write('<param name="movie" value="US_MAP.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<embed src="/nms/Flash/US_MAP_test.swf" quality="high" width="593" height="400"\n');
document.write('type="application/x-shockwave-flash"\n');
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>\n');
}



