
function popUp (file) {
swidth=screen.availWidth;
sheight=screen.availHeight;
win = window.open(file,'_blank','width='+ swidth +',height='+ sheight +',left=0,top=0,resizable=yes')
}

