// Copyright 2009 Google Inc. All Rights Reserved.

/**
 * @fileoverview The PROMO balloon html.
 * @author gorelick@google.com (Noel Gorelick)
 */
PROMO_HTML = [
  '<div style=\'width: 515px; white-space: nowrap;\'>\n',
  '<span style=\'font-size: 125%; font-weight: bold\'>',
  '<font color="#F00">New!</font>',
  ' See the Moon in 3D.</span>\n',
  '<div style="padding-top: 10px" >',
  '  <a href="http://earth.google.com/moon">',
  '    <img src="images/promo1.jpg"',
  '      width=126 height=90 style=\'border:0px\'>\n',
  '    <img src="images/promo2.jpg"',
  '      width=126 height=90 style=\'border:0px\'>\n',
  '    <img src="images/promo3.jpg"',
  '      width=126 height=90 style=\'border:0px\'>\n',
  '    <img src="images/promo4.jpg"',
  '      width=126 height=90 style=\'border:0px\'>\n',
  '  </a>',
  '</div>',
  '<div style="padding: 10px 15px 5px;">\n',
  'Check out these new features available in ',
  '<a href="http://earth.google.com/moon">Google Earth 5.0</a>:',
  "<ul style='margin:5px 0 5px 0;'>",
  "<li>Tours of lunar landing sites, narrated by Apollo astronauts<br> ",
  "<li>3D models of rovers and landers<br>",
  "<li>360-degree photo panoramas<br>",
  "<li>Rare TV footage of the Apollo missions",
  "</ul>",
  '</div>',
  '</div>\n',
  ' <div>\n',
  'Learn more about ',
  '<a href="http://earth.google.com/moon">Moon in Google Earth.</a>',
  '</div>'
  ].join("");
