﻿function popup(url, name, width, height, resizable, scrollbars)
{
    window.open(url, name, 'width='+width+',height='+height+',resizable='+resizable+',scrollbars='+scrollbars+',status=0');
}