function write_etalage(sLocatie)
         {
            var image = new Array('','','');
            var kop = new Array('','','');
            var ankeiler = new Array('','','');
            var linkurl = new Array('','','');
				var antwoordapparaat = '';
 //
   image[0]= "<IMG tcmuri='tcm:36-27718' SRC='/lijn25/images/debus_uitgelicht_tcm36-27718.jpg' alt='Lijn 25' title='Lijn 25' width=35 height=35>";
  kop[0] = "De&#32;avonturen&#32;van&#32;de&#32;Bus"; //
  ankeiler[0] = "De&#32;avonturen&#32;van&#32;de&#32;Bus"; //
  linkurl[0] = "http://www.nos.nl/lijn25/debus/index.html"; //
 ////
   image[1]= "<IMG tcmuri='tcm:36-51491' SRC='/lijn25/images/lijsttrekkersdebat_tcm36-51491.jpg' alt='Lijsttrekkersdebat NOS Actueel' title='Lijsttrekkersdebat NOS Actueel' width=35 height=35>";
  kop[1] = "Foto&#39;s&#32;uitslagenavond"; //
  ankeiler[1] = "Foto&#39;s&#32;uitslagenavond"; //
  linkurl[1] = "/lijn25/nieuwsartikelen/fotopagina_2.html"; //
 ////
   image[2]= "<IMG tcmuri='tcm:36-32338' SRC='/lijn25/images/etalage_uitbreiding_tcm36-32338.jpg' alt='Flashanimatie' title='Flashanimatie' width=35 height=35>";
  kop[2] = "Feiten&#32;en&#32;cijfers&#32;over&#32;de&#32;nieuwe&#32;lidstaten"; //
  ankeiler[2] = "Uitbreiding"; //
  linkurl[2] = "/lijn25/uitbreiding/index.html"; //
 // 
 //

         document.write ('<table width="204" border="0" cellspacing="0" cellpadding="0">');
 			document.write (' <tr>');
			document.write ('   <td width="2" rowspan="9"><img src="/gfx/global/spacer.gif" width="2" height="2"></td>');
			document.write ('   <td width="2" rowspan="8" bgcolor="E8ECF2"><img src="/gfx/global/spacer.gif" width="2" height="2"></td>');
			document.write ('   <td width="196" height="42" align="left" valign="bottom" background="/gfx/lijn25/algemeen/titelkader_2.gif" bgcolor="E8ECF2" class="titel_infoblok" style="padding: 0 0 2px 5px; font-weight: bold;">Uitgelicht</td>');
			document.write ('   <td width="2" rowspan="8" bgcolor="E8ECF2"><img src="/gfx/global/spacer.gif" width="2" height="2"></td>');
			document.write ('	<td width="2" rowspan="9"><img src="/gfx/global/spacer.gif" width="2" height="2"></td>');
			document.write (' </tr>');
			document.write (' <tr>');
			document.write ('   <td width="196" height="7" align="left" valign="top" bgcolor="E8ECF2"><img src="/gfx/global/spacer.gif" width="196" height="7"></td>');
			document.write (' </tr>');
			document.write ('  <tr>');
			document.write ('    <td width="196" bgcolor="E8ECF2">');
			document.write ('      <table width="196" border="0" cellspacing="0" cellpadding="0">');

			for (var i=0; i < linkurl.length; i++)
 			{
				document.write ('        <tr bgcolor="E8ECF2">');
				document.write ('          <td width="40" height="40" align="center" valign="middle" bgcolor="E8ECF2">'+ image[i] +'</td>');
				document.write ('          <td width="140" height="40" align="left" valign="top" style="padding: 0 0 2px 0;" class="platte_tekst">');
				if(linkurl[i] != "") {document.write('<a href="' + linkurl[i] + '" class="platte_tekst">'); }
				document.write (kop[i]);
				if(linkurl[i] != "") {document.write ('</a>');}
				document.write ('</td><td width="16" height="40" align="right">');

				if(linkurl[i] != "") {document.write('<a href="' + linkurl[i] + '">'); }
				document.write ('<img src="/gfx/lijn25/' + sLocatie + '/selector_2.gif" width="15" height="38" border="0">');
				if(linkurl[i] != "") {document.write ('</a>');}
				document.write ('</td></tr>');
				if ( (i+1) != linkurl.length ) {
					document.write ('        <tr align="center" valign="middle" bgcolor="E8ECF2">');
					document.write ('          <td height="7" colspan="3" bgcolor="E8ECF2"><img src="/gfx/lijn25/algemeen/stippenlijn.gif" width="196" height="7"></td>');
					document.write ('        </tr>');
				}
			}
			document.write ('    </table></td>');
			document.write ('  </tr>');			
		 			document.write (' <tr>');
			document.write ('   <td colspan="3" width="196" height="7" align="left" valign="top" bgcolor="E8ECF2"><img src="/gfx/global/spacer.gif" width="196" height="7"></td>');
			document.write (' </tr>');
			document.write ('   <tr>');
			document.write ('     <td colspan="3" bgcolor="#000000"><img src="/gfx/global/spacer.gif" width="196" height="12"></td>');
			document.write ('   </tr>');
			document.write ('   <tr>');
			document.write ('     <td colspan="5" bgcolor="#ffffff"><img src="/gfx/global/spacer.gif" width="200" height="2"></td>');
			document.write ('   </tr>');
			document.write (' </table>');
         } // einde write_etalage