function showstatus(sMsg) {
	
    window.status = sMsg ;
    return true ;
}