var path = "http://www.oejab.at/ENG/";

var cArray = 51;
var content = new Array ( cArray );

content[0] = '<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#008000" background="' + path + 'images/jugend.jpg">';
content[1] = '  <tr>';
content[2] = '    <td width="1%" nowrap background="' + path + 'images/top_background.gif">';
content[3] = '      <table border="0" width="100%" cellspacing="0" cellpadding="0">';
content[4] = '        <tr>';
content[5] = '          <td width="1%" nowrap>';
content[6] = '            <p class="top_menu">&nbsp;&nbsp;</td>';
content[7] = '          <td width="1%" nowrap onmouseover="high_top(this)" onmouseout="low_top(this)" onclick="clicken(' + "'" + '' + "'" + ',' + "'" + '_self' + "'" + ')">';
content[8] = '            <p class="top_menu">Home';
content[9] = '          </td>';
content[10] = '          <td width="1%" nowrap>';
content[11] = '            <p class="top_menu_std">&nbsp; |&nbsp;&nbsp;</td>';
content[12] = '          <td width="1%" nowrap onmouseover="high_top(this)" onmouseout="low_top(this)" onclick="clicken(' + "'" + 'get_a_place/index.htm' + "'" + ',' + "'" + '_self' + "'" + ')">';
content[13] = '            <p class="top_menu"> Get a place to stay</td>';
content[14] = '          <td width="1%" nowrap>';
content[15] = '            <p class="top_menu_std">&nbsp; |&nbsp;&nbsp;</td>';
content[16] = '          <td width="1%" nowrap onmouseover="high_top(this)" onmouseout="low_top(this)" onclick="clicken(' + "'" + 'contact/index.htm' + "'" + ',' + "'" + '_self' + "'" + ')">';
content[17] = '            <p class="top_menu"> Contact</td>';
content[18] = '          <td width="1%" nowrap>';
content[19] = '            <p class="top_menu_std">&nbsp; |&nbsp;&nbsp;</td>';
content[20] = '          <td width="1%" nowrap onmouseover="high_top(this)" onmouseout="low_top(this)" onclick="clicken(' + "'" + 'sitemap/index.asp' + "'" + ',' + "'" + '_self' + "'" + ')">';
content[21] = '            <p class="top_menu"> Sitemap</td>';
content[22] = '          <td width="1%" nowrap>';
content[23] = '            <p class="top_menu_std">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>';
content[24] = '        </tr>';
content[25] = '      </table>';
content[26] = '    </td>';
content[27] = '    <td width="70%">';
content[28] = '      <p class="top_menu">&nbsp;</td>';
content[29] = '  </tr>';
content[30] = '  <tr>';
content[31] = '    <td width="100%" height="65" colspan="2" class="top_space">';
content[32] = '      &nbsp;';
content[33] = '      <table border="0" width="690" cellspacing="0" cellpadding="0">';
content[34] = '        <tr>';
content[35] = '          <td width="99%"><p class="top_sub">&nbsp;</p>';
content[36] = '          <td width="1%" nowrap>';
content[37] = '            <p class="top_sub">&nbsp;</p>';
content[38] = '            <p align="right" class="top_main"><span style="left: 700; top: 32; position: absolute"></span>&nbsp;</p>';
content[39] = '            <p align="right" class="top_sub">&nbsp;</p>';
content[40] = '          </td>';
content[41] = '        </tr>';
content[42] = '      </table>';
content[43] = '    </td>';
content[44] = '  </tr>';
content[45] = '  <tr>';
content[46] = '    <td width="100%" colspan="2">';
content[47] = '      <p style="border-bottom: 1 solid #FFFFFF" class="line">&nbsp;</td>';
content[48] = '  </tr>';
content[49] = '</table>';
// content[50] = '<span style="position: absolute; left: 0; top: 18"><img border="0" src="' + path + 'images/navi_top_jugend.bmp" width="75" height="75"></span>';
content[50] = '';

for ( i = 0; i < cArray; i++ ) { 
  document.write ( content[i] );
};
