<!--
/***********************************************
/* This javascript writes the top banner image and menus that are used throughout the entire web site. 
/* When editing, each line of HTML in this file must begin with: ' 	...and end with: '+
/* This file must begin with: document.write('  ...and end with: ');
/***********************************************/
																																				   

// TEC banner image 
document.write('<tr><td colspan="4" height="168" align="right" valign="top" background="http://www.tec-coop.org/images/index_r1_c1.jpg"><blockquote><p><br/><br/><br/>'+

// Orange menu floating over TEC banner image
'<a class="color2" href="http://www.tec-coop.org/about.html" title="About TEC">About TEC</a> <span class="menu-orange"> | </span>'+	
'<a class="color2" href="http://www.tec-coop.org/hr.html" title="Human Resources">Human Resources</a> <span class="menu-orange"> | </span>'+
'<a class="color2" href="http://www.tec-coop.org/sitemap.html" title="Site Map">Site Map</a> <span class="menu-orange"> | </span>'+	
'<a target="_blank" href="http://cfweb.smartedu.net/smartcalendar/tec.cfm" class="color2" title="Calendar">Calendar</a> <span class="menu-orange"> | </span>'+	
'<a class="color2" href="http://www.tec-coop.org/contact.html" title="Contact TEC">Contact TEC</a></p>'+	
'</blockquote></td></tr>'+	

// White menu on purple bkgd
'<tr><td colspan="4" bgcolor="#2B0059" class="menu-white"><div align="center"><a class="color2" href="http://www.tec-coop.org/index.html" title="TEC Home">HOME</a> | 	'+
'<a class="color3" href="http://www.tec-coop.org/pdl.html" title="Professional Development">Professional Development & Licensure</a> | 	'+
'<a class="color3" href="http://www.tec-coop.org/specedu.html" title="Special Education">Special Education</a> | 	'+
'<a class="color3" href="http://www.tec-coop.org/coop-purch.html" title="Cooperative Purchasing">Cooperative Purchasing</a> | 	'+
'<a class="color3" href="http://www.tec-coop.org/IWC_Internships.html" title="Internships">Internships</a></div></td>	'+
'</tr><tr><td colspan="4" bgcolor="#2B0059" class="menu-white"><div align="center">	'+
'<a class="color3" href="http://www.tec-coop.org/PDL_TAH.html" title="Teaching American History">Teaching American History</a> | 	'+
'<a class="color3" href="http://www.tec-coop.org/alt-skls-online.html" title="TEC Online Academy">TEC Online Academy</a> | 	'+
'<a class="color3" href="http://www.tec-coop.org/alt-skls.html" title="Alternative Schools">Alternative Schools</a> | 	'+
'<a class="color3" href="http://www.tec-coop.org/jag.html" title="Job Alike Groups">Job Alike Groups</a> | 	'+
'<a class="color3" href="http://www.tec-coop.org/col-fairs.html" title="College Fairs">College Fairs</a>	'+
'</tr><tr><td colspan="4" height="12" bgcolor="#2B0059" class="menu-white"><div align="center"> </div></td></tr>	');
-->

