function popup(action,group_id,group_name,width, height, type)
{
 url='https://secure.boostcom.net/connect/html_popup/popup?action='+action+'&reset=true&group_id='+group_id;
settings= "toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=yes,resizable=no,width="+width+",height="+height;
window.open(url,group_name,settings);
}
