function poplapa(str) {
logs = window.open(str,'dat','scrollbars=no,resizable=no,height=300,width=300,status=no,location=no,toolbar=no');
logs.moveTo(30,30);
}
function poplapares(str) {
logs = window.open(str,'dat','scrollbars=yes,resizable=no,height=400,width=450,status=no,location=no,toolbar=no');
logs.moveTo(50,30);
}
function popbilde(str,h,w) {
logs = window.open(str,'dat','scrollbars=no,resizable=no, width='+w+',height='+h+',status=no,location=no,toolbar=no');
logs.moveTo(30,30);
}