function map1(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="270">');
document.write('<param name=movie value="/images/evi/swf/world.swf?m=1">');
document.write('<param name=quality value=high>');
document.write('<param name=menu value=false>');
document.write('<param name="wmode" value="transparent">');
document.write('<![if !IE]>');
document.write('<object type="application/x-shockwave-flash" data="/images/evi/swf/world.swf?m=1"  wmode="transparent" width="520" height="270"></object>');
document.write('<![endif]>');
document.write('</object>');
}
function map2(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="270">');
document.write('<param name=movie value="/images/evi/swf/world.swf?m=2">');
document.write('<param name=quality value=high>');
document.write('<param name=menu value=false>');
document.write('<param name="wmode" value="transparent">');
document.write('<![if !IE]>');
document.write('<object type="application/x-shockwave-flash" data="/images/evi/swf/world.swf?m=2"  wmode="transparent" width="520" height="270"></object>');
document.write('<![endif]>');
document.write('</object>');
}
function map3(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="270">');
document.write('<param name=movie value="/images/evi/swf/world.swf?m=3">');
document.write('<param name=quality value=high>');
document.write('<param name=menu value=false>');
document.write('<param name="wmode" value="transparent">');
document.write('<![if !IE]>');
document.write('<object type="application/x-shockwave-flash" data="/images/evi/swf/world.swf?m=3"  wmode="transparent" width="520" height="270"></object>');
document.write('<![endif]>');
document.write('</object>');
}
function map4(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="270">');
document.write('<param name=movie value="/images/evi/swf/world.swf?m=4">');
document.write('<param name=quality value=high>');
document.write('<param name=menu value=false>');
document.write('<param name="wmode" value="transparent">');
document.write('<![if !IE]>');
document.write('<object type="application/x-shockwave-flash" data="/images/evi/swf/world.swf?m=4"  wmode="transparent" width="520" height="270"></object>');
document.write('<![endif]>');
document.write('</object>');
}
function map5(){

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="270">');
document.write('<param name=movie value="/images/evi/swf/world.swf?m=5">');
document.write('<param name=quality value=high>');
document.write('<param name=menu value=false>');
document.write('<param name="wmode" value="transparent">');
document.write('<![if !IE]>');
document.write('<object type="application/x-shockwave-flash" data="/images/evi/swf/world.swf?m=5"  wmode="transparent" width="520" height="270"></object>');
document.write('<![endif]>');
document.write('</object>');
}


function mapbg(){

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="723" height="190">');
document.write('<param name=movie value="/images/evi/swf/world_map.swf">');
document.write('<param name=quality value=high>');
document.write('<param name=menu value=false>');
document.write('<param name="wmode" value="transparent">');
document.write('<![if !IE]>');
document.write('<object type="application/x-shockwave-flash" data="/images/evi/swf/world_map.swf"  wmode="transparent" width="723" height="190"></object>');
document.write('<![endif]>');
document.write('</object>');
}

function mapLink(m){
 
		  document.getElementById('light').style.display = 'block';
	      document.getElementById('fade').style.display = 'block';
		  for (var i=1;i<6;i++){
		     if(m==i){
		       document.getElementById('map_'+i).style.display = 'block';
			 }
		  }
   }

function closeMap(){
		  document.getElementById('light').style.display = 'none';
	      document.getElementById('fade').style.display = 'none';
		  for (var i=1;i<6;i++){
		       document.getElementById('map_'+i).style.display = 'none';
		  }

   }

