function newWindow(URL,OSID,height,width,left,toolbar,location,status,menubar,scrollbars,resizable){
var processins = 'width=' + width + ',height=' + height + ',left=' + left + ',toolbar=' + toolbar + ',location=' + location + ',status=' + status + ',menubar=' + menubar + ',scrollbars=' + scrollbars + ',resizable=' + resizable;
window.open(URL+OSID, 'popupwindow', processins );
}
