// FANCY POPUP WINDOW CONTROLS
function popFixed(file) {
    popup =  window.open(file,'new','width=630,height=500,menubar,toolbar,location,status,resizable,scrollbars,screenX=30,screenY=30');
    if (document.images) {popup.focus();}
} 