// version 01.02.001
function fce_PaintPortalRight(var_Height)
{	
	document.write('<td ALIGN="RIGHT" VALIGN="TOP" WIDTH="152" '
  	+ ' background="../images/portal_right' + var_Height + '.jpg">');
  document.write('<BR>');
  document.write('<img SRC="../images/table_right.gif" '
  	+ 'hspace="5" usemap="#tabuleR">');
  document.write('<map name="tabuleR">');
  document.write('<area shape="rect" coords="4,4,102,38" '
  	+ 'href="../programs/' + var_ProgNow + '" alt="Home">');
  document.write('<area shape="rect" coords="15,78,96,115" '
  	+ 'href="http://www.indiesrec.cz" alt="Indies Records" target="_new">');
  document.write('<area shape="rect" coords="15,125,94,150" '
  	+ 'href="../otaart/otaart_main.html" alt="OTAART">');
  document.write('<area shape="rect" coords="28,159,79,207" '
  	+ 'href="../studio/studio_main.html" alt="Studio Střelice">');
  document.write('<area shape="rect" coords="5,218,102,257" ' 
  	+ 'href="../others/others_main.html" alt="ostatní aktivity">');
  document.write('</map>');
  document.write('<br><br>');
  if (sw_ProgType = 'now')
    {
  	//document.write('<a href="../others/others_guests.html"> '
  	//	+ '<img src="../images/guests.gif" alt="" '
    //  + 'border="0" hspace="16" vspace="5"></a><br>');
	  document.write('<a href="../others/others_links.html"> '
    	+ '<img src="../images/links.gif" alt="" '
      + 'width="71" height="27" border="" hspace="25" vspace="0"></a>');
    }
  document.write('</td>');
}  

