function noSpam(user,domain) { locationstring = "mailto:" + user + "@" + domain; window.location = locationstring; } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } otevri=0; function popWin(rozx,rozy,nazwa) { if (otevri==1) { if (noveokno.closed) {otevri=0 } else { noveokno.close(); otevri=0}}; noveokno=window.open("big.html", nazwa, "width="+rozx+", height="+rozy+", titlebar=yes, scrollbars=no");otevri=1;};