 function openBrWindow(theURL,winName) { window.open(theURL,winName,'width=500,height=400,location,menubar,status,titlebar,resizable,scrollbars,toolbar'); }
