//pokaz dzial
function showDzial( Name )
{
	document.write("<table border='0' cellspacing='0' width='500' height='40'><tr>");
	document.write("<td class='tekst' align='center' width='500'><hr class='linia' height='1'></td>");
	document.write("</tr><tr>");
	document.write("<td valign='top' align='center' bgcolor='#4C975E'><b><font face='Verdana' size='2' color='#DAF8E0'>" + Name + "</font></b></td>");
	document.write("</tr><tr>");
	document.write("<td class='tekst' valign='top' align='center'><hr class='linia'></td>");
	document.write("</tr></table>");
}

//pokaz telewizorek z gra
function showGame( pHref, pRoler, pImgTV, pTitle, pImgID, Multi ) 
{
	document.open();
	document.write("<table border=0 cellspacing=0 width='500' height='10'>");
	document.write("<tr><td width='100' class=tekst valign=top>");
	document.write("<a href='" + pHref + "' class='linki' onMouseOver=\'rollover" + pRoler + ".src=\"icons/games-iko-on.gif\"\' onMouseOut=\'rollover" + pRoler + ".src=\"icons/games-iko-off.gif\"\'>");
	document.write("<img name='img" + pImgID + "' border='0' src='capture/" + pImgTV + "' width='96' height='73'></a>");

	if (Multi == 'MP'){document.write("<br><img name='multi' src='capture/multiplayer.gif'>");}
	
	document.write("</td><td class='tekst' valign='top' width='400'>");
	document.write("<span class='tekst'>");
	document.write("<a href='" + pHref + "' class='linki' onMouseOver=\'rollover" + pRoler + ".src=\"icons/games-iko-on.gif\"\' onMouseOut=\'rollover" + pRoler + ".src=\"icons/games-iko-off.gif\"\'>");
	document.write("<img width=21 height=21 src='icons/games-iko-off.gif' align='absmiddle' name='rollover" + pRoler + "' border='0' width='21' height='21'>" + pTitle + "</a><br>");	
}

//close the game box
function closeGameBox( ) {
	document.write("</span></td></tr></table>");	document.close();
}
