function wrBot(test){	
	var strBot = '';

	//strBot += '<table width="750" border="0" cellspacing="5" cellpadding="0"><tr><td width="30"></td>';
	//strBot += '<td class="bot'+test+'"><a href="javascript:Apri(5);" class="bot'+test+'">Privacy</a> - <a href="javascript:Apri(1);" class="bot'+test+'">Condizioni d\'uso</a> - <a href="javascript:Apri(9);" class="bot'+test+'">Registrati</a></td>';
	//strBot += '<td align="right" class="bot'+test+'">© Disney. Alle Rechte vorbehalten</td>';
	//strBot += '</tr></table>';

	strBot += '<table width="750" border="0" cellspacing="5" cellpadding="0"><tr>';
	strBot += '<td width="500"  class="bot'+test+'"><img src="../img/pix.gif" width="20"  height="1" border="0" alt=""><a  class="bot'+test+'" href="http://registration.disney.pl/pl_bu_1files/terms.html ">Warunki użytkowania</a></td><td align="right" class="bot'+test+'">&copy; Disney. Wszystkie prawa zastrzeżone</td>';
	strBot += '</tr></table>';

	document.write(strBot);
 }

