function dw(){
	var i,n;
	n = arguments.length;
	for (i=0;i<n;i++)
		document.write(arguments[i]);
}

function TrOver(t){
	//t._bc = t.style.backgroundColor;
	t.className = 't0';
	return;
	t.style.backgroundColor = '#FFE6F2';
	t.style.backgroundColor = '#1972BD';
	t.style.color = '#ffffff';
}

function TrOut(t,n){
	t.className = 't' + n;
	return;
	t.style.backgroundColor = '';
	t.style.color = '#000000';
	//t.style.backgroundColor = t._bc;
}
