

SetStatus("defStr");


function SetStatus(toStr) {
	try {
		if(toStr == "defStr") {  toStr = "... Welcome To Wyre-Mill.co.uk ...";  }
		window.status = toStr;
	}catch(e) {}
}
