function createControl(selected, lang) {
  var d = document.getElementById('FUCK_EOLAS');
  var html = '<object classid = "clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA" codebase = "http://java.sun.com/update/1.5.0/jinstall-1_5_0-windows-i586.cab#Version=1,5,0,0" WIDTH = "670" HEIGHT = "450" >';
  html += '<PARAM NAME = CODE VALUE = "de.bisantech.btgisbean2.BTGisbean2Applet.class" >';
  html += '<PARAM NAME = ARCHIVE VALUE = "java/BtGisbean2.jar, java/CommonLibraries.jar" >';
  html += '<param name = "type" value = "application/x-java-applet;jpi-version=1.5">';
  html += '<param name = "scriptable" value = "false">';
  html += '<PARAM NAME = "image" VALUE="java/standortplan.dxf">';
  html += '<PARAM NAME = "background" VALUE="000000">';
  html += '<PARAM NAME = "selected" VALUE="' + selected + '">';
  html += '<PARAM NAME = "nav_lng" VALUE="' + lang + '">';
  html += '<PARAM NAME = "script" VALUE="http://www.industriepark-zeitz.com/">';
  html += '<comment>';
  html += '<embed type = "application/x-java-applet;jpi-version=1.5.0_06" CODE = "de.bisantech.btgisbean2.BTGisbean2Applet.class" ARCHIVE = "java/BtGisbean2.jar, java/CommonLibraries.jar" WIDTH = "670" HEIGHT = "450" image ="java/standortplan.dxf" background = "000000" selected = "' + selected + '" nav_lng= "' + lang + '" script= "http://www.industriepark-zeitz.com/" scriptable = false pluginspage = "http://java.sun.com/products/plugin/index.html#download">';
  html += '</embed>';
  html += '</comment>';
  html += '</object>';

  d.innerHTML = html;
      
}