    function statusOn(msg){
	    status =msg;
	    return true;
}
    function statusOff(){
	    status="";
	    return true;
}

