function displayWindow(url, width, height, scrollbars, toolbar, status, menubar, location, resizable)
{ var Win = window.open(url,"",'width=' + width + ',height=' + height + ',scrollbars=' + scrollbars + ',toolbar=' + toolbar + ',status=' + status + ',menubar=' + menubar + ',location=' + location + ',resizable=' + resizable + '' ); }
