CM_POPIS=0;
CM_NADPIS=1;
CM_URL=2;

var rubriky=[
   ['','Úvod','index.html'],
   ['2007-2011', 'RT5 / RT4', 'cestina_citroen_peugeot_rt4_rt5.html'],   
   ['2003-2007', 'RT3', 'cestina_citroen_peugeot_rt3.html'],
   ['2001-2004', 'VDO', 'cestina_citroen_peugeot_vdo.html'],   
   ['','Kontakty','kontakty.html']];
 

 var i=0;
 var j=0; 
document.write('<center><table width=700><tr><td>');

google_ad_client = "ca-pub-2678382676059286";
google_ad_slot = "0607230222";
google_ad_width = 728;
google_ad_height = 90;
document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');

document.write('<div id="logo"><h1>Čeština do navigace</h1><h2>Citroen, Fiat, Lancia, Peugeot</h2></div></td></tr>');
document.write('<tr><td valign=top><center><table><tr><td width=2></td>');
 while(i<rubriky.length){   
  document.write('<td class="bunka" align=center width=120 background="images/pb_2x1.jpg" bgcolor=#B0FFFF>');
  document.write('<a href="'+rubriky[i][CM_URL]+'"><font size=3>'+rubriky[i][CM_NADPIS]+'</font><br><font size=1>'+rubriky[i][CM_POPIS]+'</font></a></td><td width=2></td>');             
  i++;  
 }
 document.write('</tr></table>')
 document.write('</td></tr><tr><td>&nbsp;</td></tr><tr><td align=center valign=top><center>');



