function openSizeBarWindow(url) {
     win 
=window.open(url,"windowName","status,scrollbars,resizable,copyhistory,height=420,width=750");
}