
function ss(mesg)
 {
	window.status = mesg;
	return true;
 }
 
function cs()
 {
	window.status = '';
	return true;
 }