wts_restore = new String;
function wts(what)
	{
	if (what != "reset")
		{
		wts_restore = top.window.status;
		top.window.status=what;	
		}
		
	else	
		{
		top.window.status=wts_restore;	
		}
		
	}
	
