function setMsg(msg) {   
 window.status = msg;
 return true;
}

