function popup(url, high, wide)
{
    feature = 'width='+high+',height='+wide+',toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=no';
    window.open(url, 'window', feature);
}

