function new_browser(value) {





        window.open(value, "window", "height=500,width=650 location,scrollbars,resizable,toolbar");





}
