
function toggleTextOnlyP() {
	SetCookie('to_p', ~ GetCookie('to_p'), null, "/");
//DBG	alert('to_p = ' + GetCookie('to_p'));
}
