function konfirmera(mess,fil,x,y){
if(confirm(mess)){
window.open(fil,"Popupp","width=" + x + ",height=" + y + ",top=10,left=10,scrollbars=yes")
}
}