//simpele popup
function popup(file, name, width, height) {
   window.open(file,name, 'width='+width+',height='+height+',resizable,scrollbars=yes,toolbar=no,screenX=20,screenY=20,top=20,left=20,alwaysraised=yes')
} 
