function link_on(text) {		/* Text in status bar */
	window.status=text;
	}

function link_off() {			/* Clear the text */
	window.status='';
	}