function outSel(cellID) {
cellDoc = eval('document.all.'+cellID);
	if (cellID!=pageName) {
	cellDoc = eval('document.all.'+cellID);
	cellDoc.className='MPchart'; 
	cellDoc.children[0].className='small tab_link';
	}
}

var navHTML ='';
navHTML += '<!-- Nav Table start -->';
navHTML += '<table border="0" cellpadding="0" cellspacing="0" width="592">';
navHTML += '<tr> ';
navHTML += '<!-- row 1 -->';
navHTML += '<td width="1"><img src="../images/spacer.gif" height="15" width="30"></td>';
navHTML += '<td width="85" onClick="window.location=this.children[0].href;" id="navcell_one" class="MPchart" onMouseOver="className=\'MPchart_sel\'; children[0].className=\'tab_link_on small\';" onMouseOut="outSel(this.id);"> ';
navHTML += '<a href="political_objectives.htm" class="small tab_link">Objectives, Program Choice</a></td>';
navHTML += '<td width="9"><img src="../images/goldArrow8x11.gif"></td>';
navHTML += '<td width="60" onClick="window.location=this.children[0].href;" id="navcell_three" class="MPchart" onMouseOver="className=\'MPchart_sel\'; children[0].className=\'small tab_link_on\';" onMouseOut="outSel(this.id);"> ';
navHTML += '<a href="design_plan.htm" class="small tab_link">Design / Plan</a></td>';
navHTML += '<td width="10"><img src="../images/goldArrow8x11.gif"></td>';
navHTML += '<td width="111" onClick="window.location=this.children[0].href;" id="navcell_four" class="MPchart" onMouseOver="className=\'MPchart_sel\'; children[0].className=\'small tab_link_on\';" onMouseOut="outSel(this.id);"> ';
navHTML += '<a href="data_gathering.htm" class="small tab_link">Gather Data & <br>Compile Results</a></td>';
navHTML += '<td width="8"><img src="../images/goldArrow8x11.gif"></td>';
/**navHTML += '<td width="148" onClick="window.location=this.children[0].href;" id="navcell_five" class="MPchart" onMouseOver="className=\'MPchart_sel\'; children[0].className=\'small tab_link_on\';" onMouseOut="outSel(this.id);"> ';
navHTML += '<a href="compile_results.htm" class="small tab_link">Compile Results</a></td>';
navHTML += '<td width="8"><img src="../images/goldArrow8x11.gif"></td>';**/
navHTML += '<td width="118" onClick="window.location=this.children[0].href;" id="navcell_six" class="MPchart" onMouseOver="className=\'MPchart_sel\'; children[0].className=\'small tab_link_on\';" onMouseOut="outSel(this.id);"> ';
navHTML += '<a href="writing_results.htm" class="small tab_link">Writing Results</a></td>';
navHTML += '<td width="8"><img src="../images/goldArrow8x11.gif"></td>';
navHTML += '<td width="75" onClick="window.location=this.children[0].href;" id="navcell_seven" class="MPchart" onMouseOver="className=\'MPchart_sel\'; children[0].className=\'small tab_link_on\';" onMouseOut="outSel(this.id);"> ';
navHTML += '<a href="publicize_findings.htm" class="small tab_link">Publicize Findings</a></td>';
navHTML += '<td width="1"><img src="../images/spacer.gif" height="30" width="45"></td>';
navHTML += '</tr>';
navHTML += '</table>';
navHTML += '<!-- Nav table end -->';
//alert(navHTML);
