// version 01.04.006 061103
//
// 01.04 006  ! přdprodej přesměrován na club/club.php?dd=tickets

function fce_PaintPortalHead(var_Title, par_OpenTime)
{ var_OpenTime = '_00';
  if (par_OpenTime == '_01')
	var_OpenTime = '_01';
  document.write('<table bgcolor="#000000" align="center" width="760" '
  	+ 'border="0" cellspacing="0" cellpadding="0">');
  document.write('<tr valign="top">');
  document.write('<td align="center" valign="top" width="100%" height="272" '
    + 'background="../images/portal_top.jpg">');
  document.write('<img SRC="../images/sign' + var_OpenTime + '.gif" usemap="#spstit" border="0">');	
  document.write('<map name="spstit">');  	
	document.write('<area shape="rect" coords="690,86,739,103" href="mailto:info@starapekarna.cz">');		
 
 
  TodayMonth = var_ProgNow.substring(5,9);		
  if (TodayMonth > 700)
  { 
    document.write('<area shape="rect" coords="124,21,623,194"'
  	+ 'href="../programs/program.php?dd=' + TodayMonth + '" alt="Home">');
  }
  else
  {
    document.write('<area shape="rect" coords="124,21,623,194"'
  	 + 'href="../programs/' + var_ProgNow + '" alt="Home">');
  }
  document.write('<area shape="rect" coords="660,142,738,188" '
    	+ 'href="../club/club.php?dd=tickets" alt="Předprodej vstupenek zde:">');
  document.write('</map>');
  document.write('<br><br>');
	<!-- PAGE TITLE -->
  document.write('<span class="titlemain">' + var_Title + '</span>');
  document.write('</td></tr></table>');
}

