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

