function flash1()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="500" height="400">\n');
   document.write('<param name="movie" value="/game/relocatable.nsf/map_australia.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="/game/relocatable.nsf/map_australia.swf" width="500" height="400" wmode="transparent"></embed></object>');
}


function anim_map_small()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="280" height="230">');
   document.write('<param name="movie" value="/game/relocatable.nsf/anim-map-small.swf" />');
   document.write('<param name="quality" value="high" />');
   document.write('<param name="wmode" value="transparent" />');
   document.write('<embed src="/game/relocatable.nsf/anim-map-small.swf" width="280" height="230" wmode="transparent"></embed></object>');
}
