function writeSWF(){
	document.getElementById('map_title').innerHTML = 'Please choose a region from the list below or use the map to find a distributor in your area.';
	
	document.getElementById('dist_map').innerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="571" height="269">            <param name="movie" value="images/map01.swf">            <param name="quality" value="high">            <embed src="images/map01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="571" height="269"></embed>          </object>'; //flash obj/embed tags go here
}

function writeJPG(){	
	document.getElementById('dist_map').innerHTML = '<img src="images/map-flash-alternative.gif" alt="world map" />'
}