var comwin;	
function popup_reg(url, width, height, scroll) {
if(comwin) comwin.close();
var s=(scroll)? scroll:"no";
comwin=window.open(url,"ComWin","menubar=no,width="+width+",height="+height+",toolbar=no, scrollbars="+s);
}
