function flashDisplay(id, width, height, wmode){
  var currPath = "http://" + document.location.host + "/";
  if ( document.location.host == "php5.acs-web.com" ) {
    currPath += "averdicontainer/"
  }
  document.write('<object\n');
  document.write('type="application/x-shockwave-flash"');
  document.write('data="' + currPath + 'flash/' + id + '.swf"');
  document.write('width="' + width + '" height="' + height + '">\n');
  document.write('<param name="loop" value="false" />\n');
  document.write('<param name="wmode" value="' + wmode + '" />\n');
  document.write('<param name="movie" value="' + currPath + 'flash/' + id + '.swf" />\n');
  if ( id == 'averdimainfla'){document.write('<img src="images/flashbg.jpg" alt="" class="centerblock" />');}
  if ( id == 'servicemap'){document.write('<img src="images/servicemap.gif" alt="" />');}
  if ( id == 'dropoffplayer'){document.write('<img src="images/dropoffholder.jpg" width="645" alt="" class="centerblock" />');}
  document.write('</object>\n');
}