// FAQ Contents Script

function txt_roll(str) {
	if (document.all[str].style.display=="none") {document.all[str].style.display="";}
	else if (document.all[str].style.display=="") {document.all[str].style.display="none";}
	else return false;

}
