﻿function popUp(url, window, width, height)
{
    open(url,window, "menubar=no,width="+width+",height="+height+",toolbar=no");
}