function openWin(page, width, height, scrolling){
    window.open(page,'Details','left=0,top=0,width=' + width + ',height=' + height + ',scrollbars=' + scrolling);
}
