function popup(url, width, height)
{
    window.open(url, "new_win", "width="+width+",height="+height+",scrollbars=yes,resizable=yes")
}
