var currentCountry = null;
function ShowLocation(country) {
  if(document.getElementById("default"))
    document.getElementById("default").style.display = "none";
  if(currentCountry)
    currentCountry.style.display = "none";
  currentCountry = document.getElementById(country);
  if(currentCountry) {
    currentCountry.style.display = "";
  }
}
document.write('<OBJECT id="flashmap" style="margin:0px;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="525" HEIGHT="372" id="testimonials_map" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="testimonials_map.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF>');
document.write('<EMBED id="flashmap" style="margin:0px;" src="testimonials_map.swf" quality=high bgcolor=#FFFFFF WIDTH="525" HEIGHT="372" NAME="testimonials_map" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT>');
