function popups(xref,yref,xsize,ysize,winname,source,sb){
newWindow = window.open(source,winname,sb + ',left=' + xref + ',top=' + yref + ',screenx=' + xref + ',screeny=' + yref + ',width=' + xsize + ',height=' + ysize);
newWindow.focus();
}
