function hnmMado(bm,url) {
 		winbm=window.open(bm + url,'nucleusbm','scrollbars=yes,width=600,height=620,left=10,top=10,status=yes,resizable=yes');
 		winbm.focus();
 		return false;
}