function cngstatus(txt) {	if (vercheck(4,3)) {		window.status = txt ? txt : '';		return true;	}}