function openModalPopup(url, caption, width, height)
{
    var wh = width + " " + height + "";
    
    MOOdalBox.open(url, caption, wh);
}


