<!--
var klik=false

function openwin(theURL,winName,features) {
window.open(theURL,winName,features);
}

function anone(klik) {
if (!klik) {
  okno=window.open('popup.html','popup','width=520, height=420');
  okno.blur();
}
} 

-->