// This is a workaround for the new IE "Click to activate this control" feature
// that is a result of the law suit won against Microsoft
var d = document.getElementById( "view_map" );
d.innerHTML =
  "<APPLET NAME=\"ShowMapButton\"" +
  "        CODE=\"com.ctsamerica.traffic.GoogleMapPoints\"" +
  "        ARCHIVE=\"http://www.flhsmv.gov/fhp/traffic/GoogleMapPoints.jar\"" +
  "        WIDTH=\"76\" HEIGHT=\"32\" MAYSCRIPT>" +
  "  <PARAM NAME=\"addPointsFunc\" VALUE=\"addMapPoint\">" +
  "  <PARAM NAME=\"bgColor\" VALUE=\"240 240 240\">" +
  "</APPLET>";
