jesli dalo by sie przerobic ten scrypt:
Kod: Zaznacz cały
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--
function display(id, wartosc)
{
if (document.getElementById) document.getElementById(id).style.display = wartosc;
else if (document.all) document.all[id].style.display = wartosc;
}
//-->
</SCRIPT>