function newWindow(url)
{
    var wnd = window.open(url, "NewWindow", "width=540,height=500,scrollbars=yes,dependent=yes");
}