 function fntop()
	{
	var str="";
	str+="<table  width='747' cellpadding='0' cellspacing='0' border='0' align='center'>";
	str+="<tr>";
	str+="<td width='197'><img src='" + linkPath + "images/inner_logo.jpg' border='0' width='197' height='136' title='eta Creative Arts'></td>";
	str+="<td><img src='" + linkPath + "images/inner_banner_left.jpg' width='334' height='136' border='0' usemap='#annual_map1'></td>";
    str+="<td><img src='" + linkPath + "images/inner_banner_right.jpg' border='0' width='216' height='136' usemap='#annual_map2'></td>";
	str+="</tr>";
	str+="</table>";
	str+="<map name='annual_map1'>";
	str+="<area shape='rect' coords='19,4,332,140' href='" + linkPath + "support_eta/presidents_comments.html'>";
	str+="</map>";
	str+="<map name='annual_map2'>";
	str+="<area shape='rect' coords='0,4,199,128' href='" + linkPath + "support_eta/presidents_comments.html'>";
	str+="</map>";
	document.write(str);
	}
	
function fnleft()
	{
	var str="";
	str+="<table cellpadding='0' cellspacing='0' border='0'>";
	str+="<tr>";
	str+="<td width='197'><img src='" + linkPath + "images/inner_menu.gif' border='0' width='197' height='332' title='eta Creative Arts' usemap='#menu'></td>";
	str+="</tr>";
	str+="</table>";
	str+="<map name='menu'>";
	str+="<area shape='rect' coords='1,10,192,33' title='Home' href=' " + linkPath + "index.php' onMouseOver=hideall();>";
	str+="<area shape='rect' coords='1,36,192,59' title='About eta' href='#' onMouseOver=menu(0);>";
	str+="<area shape='rect' coords='1,62,192,85' title='2005-2006 Theatre Schedule' href='#' onMouseOver='menu(1);'>";
	str+="<area shape='rect' coords='2,89,193,112' title='Other Program' href='#' onMouseOver=menu(2);>";
	str+="<area shape='rect' coords='1,113,192,136' title='For Children' href='#' onMouseOver=menu(3);>";
	str+="<area shape='rect' coords='1,139,192,162' title='Classes' href=' " + linkPath + "classes/classes.html' onMouseOver=menu(4);>";
	str+="<area shape='rect' coords='2,167,193,190' title='Support eta' href='#' onMouseOver=menu(7);>";
	str+="<area shape='rect' coords='1,194,192,217' title='Arts In Education' href='#' onMouseOver=menu(8);>";
	str+="<area shape='rect' coords='1,219,192,242' title='Art Gallery' href='#' onMouseOver=menu(5);>";
	str+="<area shape='rect' coords='1,246,192,269' title='Press' href='#' onMouseOver=menu(6);>";
	str+="<area shape='rect' coords='1,273,192,296' title='Publications' href=' " + linkPath + "publications.html' onMouseOver=hideall();>";
	/*str+="<area shape='rect' coords='5,299,190,319' title='Image Gallery' href='#' onMouseOver=menu(8);>";*/
	str+="</map>";
	document.write(str);
	}	
	
function fnbottom()
{
 var str="";
	str+="<table cellpadding='1' cellspacing='0' border='0' width='100%'>";
 	str+="<tr bgcolor='EADCCB'>";
	str+="<td colspan='3' background='" + linkPath + "images/dot_line.gif' height='1'></td>";
	str+="</tr>";
	str+="<tr bgcolor='EADCCB'>";
	str+="<td class='bottom1' align='center' colspan='3'><a class='bottomlnk' href='" + linkPath + "ticket_information.html'>Ticket Information</a>  - <a class='bottomlnk' href='" + linkPath + "2005_2006/event_calendar.php'>Event Calendar</a> - <a class='bottomlnk' href='" + linkPath + "contact_us.html'>Contact Us</a>  -  <a  class='bottomlnk' href='" + linkPath + "join_our_email_list.html'>Join our Email List</a> - <a class='bottomlnk' href='" + linkPath + "privacy_policy.html'>Privacy Policy</a></td>";
	str+="</tr>";
	str+="<tr bgcolor='EADCCB'>";
	str+="<td valign='top' class='bottom2' align='right'>Phone : (773)752-3955</td>";
	str+="<td width='10'>&nbsp;</td>";
	str+="<td valign='top' class='bottom2' align='left'>Fax : (773)752-8727</td>";
	str+="</tr>";
	str+="<tr bgcolor='EADCCB'>";
	str+="<td class='bottom2' colspan='3' align='center'>7558 S South Chicago Avenue, Chicago, IL 60619-2644</td>";
	str+="</tr>";
	str+="<tr bgcolor='EADCCB'>";
	str+="<td class='copyright' align='center' colspan='3'>© 2005 eta Creative Arts. All rights reserved.</td>";
	str+="</tr>";
	str+="</table>";
  document.write(str);
}	

	 


