var hubsi=null;
function mi(xy){
if(hubsi && hubsi.open && !hubsi.closed){
window.hubsi.location.href=xy;window.hubsi.focus();
}
else{hubsi=window.open(xy,'','width=640,height=480,top=0,left=0');
}
}