// GLOBAL POP

function popUp(url,popname,width,height,scroll) {
window.open(url,popname,'height='+height+',width='+width+',resizable=1,scrollbars='+scroll+',location=0,toolbar=0,status=0,left=100,top=100,screenX=100,screenY=100').focus;
}