﻿function popup(url, height, width, resizable) {
    window.open( url, "myWindow", 
    "status = 1, height = " + height + ", width = " + width + ", resizable = " + resizable );
}