function openeditor(url)
{
    window.open(url, "_blank", "width=700px, location=yes, resizable=yes, status=yes, top=0");
}

