function write_etalage(classPrefix)
         {
            var image = new Array('','','');
            var kop = new Array('','','');
            var ankeiler = new Array('','','');
            var linkurl = new Array('','','');
 //
   image[0]= "<IMG tcmuri='tcm:40-78325' SRC='/os2004/images/olympics_tcm40-78325.gif' alt='Olympische Spelen' title='Olympische Spelen' border=0 width=39 height=37>";
  kop[0] = "Terugblik&#32;Spelen"; //
  ankeiler[0] = "Athene&#32;2004&#32;nog&#32;even&#32;in&#32;vogelvlucht"; //
  linkurl[0] = "/archief/2004/os2004/artikelen/2004/8/29/2908slotverhaalathene.html"; //
 ////
   image[1]= "<IMG tcmuri='tcm:40-80492' SRC='/os2004/images/etalage_slideshow_tcm40-80492.gif' alt='_' title='_' border=0 width=39 height=37>";
  kop[1] = "De&#32;SLIDESHOW"; //
  ankeiler[1] = "De&#32;slotdag&#32;in&#32;Athene&#32;in&#32;foto&#39;s"; //
  linkurl[1] = "/archief/2004/os2004/ditwasdedag/index.html"; //
 ////
   image[2]= "<IMG tcmuri='tcm:40-78385' SRC='/os2004/images/etalage_desport_tcm40-78385.gif' alt='_' title='_' border=0 width=39 height=37>";
  kop[2] = "DE&#32;SPORT"; //
  ankeiler[2] = "Chris&#32;Konings&#32;over&#32;atletiek"; //
  linkurl[2] = "/archief/2004/os2004/rubrieken/desport/2808_atletiek.html"; //
 ////

            document.write ('<table width="604" border="0" cellpadding="0" cellspacing="0" class="'+ classPrefix +'etalage_back">');
            document.write ('    <tr>');
            document.write ('      <td colspan="10"><img src="/gfx/global/spacer.gif" width="604" height="2" /></td>');
            document.write ('    </tr>');
            document.write ('    <tr>');
            document.write ('      <td width="6" rowspan="2"><img src="/gfx/global/spacer.gif" width="6" height="43" /></td>');
            document.write ('      <td width="136" class="'+ classPrefix +'etalage_kop">'+ kop[0] +'</td>');
            document.write ('      <td width="39" rowspan="2">'+ image[0] +'</td>');
            document.write ('      <td width="33" rowspan="2"><img src="/gfx/global/spacer.gif" width="33" height="43" /></td>');
            document.write ('      <td width="136" class="'+ classPrefix +'etalage_kop">'+ kop[1] +'</td>');
            document.write ('      <td width="39" rowspan="2">'+ image[1] +'</td>');
            document.write ('      <td width="33" rowspan="2"><img src="/gfx/global/spacer.gif" width="33" height="43" /></td>');
            document.write ('      <td width="136" class="'+ classPrefix +'etalage_kop">'+ kop[2] +'</td>');
            document.write ('      <td width="39" rowspan="2">'+ image[2] +'</td>');
            document.write ('      <td width="7" rowspan="2"><img src="/gfx/global/spacer.gif" width="7" height="43" /></td>');
            document.write ('    </tr>');
            document.write ('    <tr>');
            document.write ('      <td height="32" valign="top" class="'+ classPrefix +'etalage_item">');
            if (linkurl[0]!=''){document.write ('<a href="'+ linkurl[0] +'" class="'+ classPrefix +'etalage_lnk">');}
               document.write ( ankeiler[0] );
            if (linkurl[0]!=''){document.write ('</a>');}
            document.write ('</td>');
            document.write ('      <td valign="top" class="'+ classPrefix +'etalage_item">');
            if (linkurl[1]!=''){document.write ('<a href="'+ linkurl[1] +'" class="'+ classPrefix +'etalage_lnk">');}
               document.write ( ankeiler[1] );
            if (linkurl[1]!=''){document.write ('</a>');}
            document.write ('</td>');
            document.write ('      <td valign="top" class="'+ classPrefix +'etalage_item">');
            if (linkurl[2]!=''){document.write ('<a href="'+ linkurl[2] +'" class="'+ classPrefix +'etalage_lnk">');}
            document.write ( ankeiler[2] );
            if (linkurl[2]!=''){document.write ('</a>');}
            document.write ('</td>');
            document.write ('    </tr>');
            document.write ('    <tr>');
            document.write ('      <td width="6"><img src="/gfx/global/spacer.gif" width="6" height="1" /></td>');
            document.write ('      <td width="136"><img src="/gfx/global/spacer.gif" width="136" height="1" /></td>');
            document.write ('      <td width="39"><img src="/gfx/global/spacer.gif" width="39" height="1" /></td>');
            document.write ('      <td width="33"><img src="/gfx/global/spacer.gif" width="33" height="1" /></td>');
            document.write ('      <td width="136"><img src="/gfx/global/spacer.gif" width="136" height="1" /></td>');
            document.write ('      <td width="39"><img src="/gfx/global/spacer.gif" width="39" height="1" /></td>');
            document.write ('      <td width="33"><img src="/gfx/global/spacer.gif" width="33" height="1" /></td>');
            document.write ('      <td width="136"><img src="/gfx/global/spacer.gif" width="136" height="1" /></td>');
            document.write ('      <td width="39"><img src="/gfx/global/spacer.gif" width="39" height="1" /></td>');
            document.write ('      <td width="7"><img src="/gfx/global/spacer.gif" width="7" height="1" /></td>');
            document.write ('    </tr>');
            document.write ('</table>');
         } // einde write_etalage
