function popUp(url, width, height) {
    window.open(url ,"", "width=" + width + ", height=" + height);
}