<!-- 
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // sofern eine akzeptable Version ermittelt wurde
    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="700" height="253"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="atlantic-hotel.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#434343" /><param name="wmode" value="transparent" />'
    + '<embed src="atlantic-hotel.swf" quality="high" wmode="transparent" bgcolor="#434343" '
    + 'width="700" height="253" name="film1" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags);   // Flash-Film einbetten
  } else {  // Flash ist veraltet, oder das Plug-In wurde nicht ermittelt
    var alternateContent = '<img src="hotel/Bilder/start-flashteil.jpg" alt="ATLANTIC Hotels in Bremen, Bremerhaven, Essen, Kiel und L&uuml;beck" width="700" height="253" border="0" usemap="#Map" /><map name="Map" id="Map"><area shape="rect" coords="493,139,685,163" href="http://www.atlantic-hotels.de/kiel/de/Start.html" alt="ATLANTIC Hotel Kiel" /><area shape="rect" coords="495,115,687,138" href="http://www.atlantic-hotels.de/luebeck/de/Start.html" alt="ATLANTIC Hotel L&uuml;beck" /><area shape="rect" coords="495,64,687,89" href="http://www.atlantic-hotels.de/sailcity/de/Start.html" alt="ATLANTIC Hotel Sail City" /><area shape="rect" coords="6,40,459,64" href="http://www.atlantic-hotels.de/airport/de/Start.html" alt="ATLANTIC Hotel Airport" /><area shape="rect" coords="6,66,459,88" href="http://www.atlantic-hotels.de/grandhotel/de/Start.html" alt="ATLANTIC Hotel Bredenplatz" /><area shape="rect" coords="5,88,459,113" href="http://www.atlantic-hotels.de/galopprennbahn/de/Start.html" alt="ATLANTIC Hotel Galopprennbahn" /><area shape="rect" coords="6,114,459,138" href="http://www.atlantic-hotels.de/universum/hotel/" alt="ATLANTIC Hotel Universum" /><area shape="rect" coords="12,139,459,163" href="http://www.atlantic-hotels.de/vegesack/de/Start.html" alt="ATLANTIC Hotel Vegesack" /><area shape="rect" coords="496,90,687,115" href="http://atlantic-congress-hotel-messe-essen.de/" target="_blank" alt="ATLANTIC Hotel Essen" /></map>';
    document.write(alternateContent);  // Nicht aus Flash stammenden Inhalt einfügen
  }
// -->
