function popup(elid,type,width,height){
newwin=window.open('http://assets.wnec.edu/cfm/popupcomplete.cfm?id=' + elid + '&type=' + type,'popup','width=' + width + ',height=' + height + ',scrollbars=1,status=1');
newwin.focus();
}