function popup(url,title) {
    window.open(url, title, "status = 1, height = 800, width = 600, resizable = 1, scrollbars = 1");
}

