﻿function pop(url, height, width)
{
    var w = window.open(url, 'popwindow', 'status=0,toolbar=0,location=0,menubar=1,directories=0,resizable=0,scrollbars=0,height=' + height + ',width=' + width);      
}