function popUp1() 
{
props=window.open('rit_job_called.html', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=741, height=890, left = 0, top =0');
}

function popup2(w,h,p)
{
var left = (screen.availWidth/2) - (w/2);
var top = (screen.availHeight/2) - (h/2);
window.open(p,'Insert','width='+w+',height='+h+',scrollbars=0,status=0, left='+left+', top='+top)
}