var pWin
function openpopup(pg,szer,wys) {
	if (pWin) { 
   	pWin.close()
  	}
	pWin = eval("open('http://adserver.wm.pl/popup.php?pg=" + pg + "','Reklama','width=" + szer + ",height=" + wys + ",left=50,top=50')")
  }

function openwindow(pg,szer,wys) {
	if (pWin) { 
   	pWin.close()
  	}
	pWin = eval("open(pg,'Internauci Piszš','width=" + szer + ",height=" + wys + ",left=50,top=50')")
  }