function popUp(adress,width,height, scrollbars) {
props=window.open(adress, 'poppage', 'toolbars=0, scrollbars=' + scrollbars + ', location=0, statusbars=0, menubars=0, resizable=0, width='+width+', height='+height+', left = 100, top = 100');
}
