var contentGallery = '';

contentGallery += '<h1>GALLERY</h1>';
contentGallery += '<table>';
contentGallery += '  <tr>';
contentGallery += '    <td>';
contentGallery += '      <img id="g01" src="./images/gallery/g01.jpg" width="120" height="90"';
contentGallery += '        onclick="MSXshowPic(\'./images/gallery/g01.jpg\')"';
contentGallery += '      />';
contentGallery += '    </td>';
contentGallery += '    <td>';
contentGallery += '      <img id="g02" src="./images/gallery/g02.jpg" width="120" height="90"';
contentGallery += '        onclick="MSXshowPic(\'./images/gallery/g02.jpg\')"';
contentGallery += '      />';
contentGallery += '    </td>';
contentGallery += '    <td>';
contentGallery += '      <img id="g03" src="./images/gallery/g03.jpg" width="120" height="90"';
contentGallery += '        onclick="MSXshowPic(\'./images/gallery/g03.jpg\')"';
contentGallery += '      />';
contentGallery += '    </td>';
contentGallery += '  </tr>';
contentGallery += '  <tr>';
contentGallery += '    <td>';
contentGallery += '      <img id="g04" src="./images/gallery/g04.jpg" width="120" height="90"';
contentGallery += '        onclick="MSXshowPic(\'./images/gallery/g04.jpg\')"';
contentGallery += '      />';
contentGallery += '    </td>';
contentGallery += '    <td>';
contentGallery += '      <img id="g05" src="./images/gallery/g05.jpg" width="120" height="90"';
contentGallery += '        onclick="MSXshowPic(\'./images/gallery/g05.jpg\')"';
contentGallery += '      />';
contentGallery += '    </td>';
contentGallery += '    <td>';
contentGallery += '      <img id="g06" src="./images/gallery/g06.jpg" width="120" height="90"';
contentGallery += '        onclick="MSXshowPic(\'./images/gallery/g06.jpg\')"';
contentGallery += '      />';
contentGallery += '    </td>';
contentGallery += '  </tr>';
contentGallery += '  <tr>';
contentGallery += '    <td>';
contentGallery += '      <img id="g07" src="./images/gallery/g07.jpg" width="120" height="90"';
contentGallery += '        onclick="MSXshowPic(\'./images/gallery/g07.jpg\')"';
contentGallery += '      />';
contentGallery += '    </td>';
contentGallery += '    <td>';
contentGallery += '      <img id="g08" src="./images/gallery/g08.jpg" width="120" height="90"';
contentGallery += '        onclick="MSXshowPic(\'./images/gallery/g08.jpg\')"';
contentGallery += '      />';
contentGallery += '    </td>';
contentGallery += '    <td>';
contentGallery += '      <img id="g09" src="./images/gallery/g09.jpg" width="120" height="90"';
contentGallery += '        onclick="MSXshowPic(\'./images/gallery/g09.jpg\')"';
contentGallery += '      />';
contentGallery += '    </td>';
contentGallery += '  </tr>';
contentGallery += '</table>';

