var FiltersEnabled = 0 // if your not going to use transitions or filters in any of the tips set this to 0

Text[0]=["","<table width='233' border='0' align='center' cellpadding='2' cellspacing='0' bgcolor='#FFFECD' style='border:1px solid #6C7EBE'><tr><td width='227'>Roy uses a business  letter format.</td></tr></table>"]
Text[1]=["","<table width='233' border='0' align='center' cellpadding='2' cellspacing='0' bgcolor='#FFFECD' style='border:1px solid #6C7EBE'><tr><td width='227'>Roy&rsquo;s introduction states who he is and why he&rsquo;s writing.</td></tr></table>"]
Text[2]=["","<table width='233' border='0' align='center' cellpadding='2' cellspacing='0' bgcolor='#FFFECD' style='border:1px solid #6C7EBE'><tr><td width='227'>Roy explains one reason why he feels strongly about this situation.</td></tr></table>"]
Text[3]=["","<table width='233' border='0' align='center' cellpadding='2' cellspacing='0' bgcolor='#FFFECD' style='border:1px solid #6C7EBE'><tr><td width='227'>By providing research, Roy proves he&rsquo;s learned a lot about this issue.</td></tr></table>"]
Text[4]=["","<table width='233' border='0' align='center' cellpadding='2' cellspacing='0' bgcolor='#FFFECD' style='border:1px solid #6C7EBE'><tr><td width='227'>Here Roy uses an opposing reason to strengthen his position. He explains what someone might say if they disagreed with him and then shows why he feels his reasoning is stronger.</td></tr></table>"]
Text[5]=["","<table width='233' border='0' align='center' cellpadding='2' cellspacing='0' bgcolor='#FFFECD' style='border:1px solid #6C7EBE'><tr><td width='227'>Roy concludes his letter by restating his position and explaining what he hopes the governor will do.</td></tr></table>"]

Style[0]=["#5bca06","#333399","#ffffff","#ffffff","","","","","","","","keep","1","",235,"",2,2,10,10,51,1,0,"",""]

applyCssFilter()

function changeColor(section,state) {
	//alert(document.getElementById(section).style.color);
	if (state) {
		document.getElementById(section).style.color="#6C7EBE";
		document.getElementById(section).style.cursor="pointer";
	} else {
		document.getElementById(section).style.color="#000000";	
		document.getElementById(section).style.cursor="default";
	} 
}
