// version 01.03.013 - 080123
//
//  01.03.013 ! galerie: ukazuje nyní na gallery.php
              - ohlasy: zrušen link
//  01.02.012 ! klub přesměrován na club/club.php
//            ! kontakty přesměrovány na club/club.php?dd=contacts
function fce_PaintPortalLeft(var_Height)
	{
  // kor001 - nutné pro prog_0208 a starší - nové počitadlo návštěv - začátek
	if (var_Height != null)
  	document.write('<td WIDTH="152" background="../images/portal_left' + var_Height + 
  								 '.jpg" ' + 'valign="top">');
  // kor001 - konec                 
  document.write('<BR>');
  document.write('<img SRC="../images/table_left.gif" '
  	+ 'hspace="6" usemap="#tabule">');
  document.write('<map name="tabule">');
  document.write('<area shape="rect" coords="6,5,103,40" '
  	+ 'href="http://www.pilsner-urquell.com/" alt="Sponzor" target="_new">');
  document.write('<area shape="rect" coords="8,47,96,74" '
  	+ 'href="../news/news.php" alt="Aktuality">');
  document.write('<area shape="rect" coords="9,80,91,103" '
  	+ 'href="../programs/program.php?dd=arch" alt="Bylo...">');
  document.write('<area shape="rect" coords="9,111,102,134" '
  	+ 'href="../gallery/gallery.php" alt="Obrázky z akcí">');
  document.write('<area shape="rect" coords="9,143,89,162" '
  	+ 'href="../zine/zine_main.html" alt="Klubový časopis">');
  document.write('<area shape="rect" coords="9,173,65,200" '
  	+ 'href="" alt="Vaše názory">');
  document.write('<area shape="rect" coords="9,205,54,224" '
  	+ 'href="../club/club.php" alt="Vše o klubu">');
  document.write('<area shape="rect" coords="9,235,93,261" '
  	+ 'href="../club/club.php?dd=contacts" alt="Kontakty">');
  document.write('</map>');
  document.write('<br><br>');
  document.write('<a href="../club/club_profile_en.html">' 
  	+ '<img src="../images/flag_gb.gif" '
    + 'width="36" height="22" hspace="14" vspace="5" border="0" '
    + 'alt="English profile"></a>');
  document.write('<a href="../club/club_profile_de.html">'
  	+ '<img src="../images/flag_de.gif" '
    + 'width="36" height="22" hspace="10" vspace="5" border="0" '
    + 'alt="Deutsch Profil"></a>');
  
  document.write('<br><br>');
  // kor002 - nutné pro prog_0208 a starší - nové počitadlo návštěv - začátek
  if (var_Height != null)
    document.write('</td>');
  // kor002 - konec 
   
}  

