// JavaScript Document
function fnhome(){
var str="<IMG SRC='"+linkPath+"images/home.gif' alt='' WIDTH=203 HEIGHT=100 border='0' usemap='#map_home'>";
document.write(str);
}

function fntop(){
var str="<IMG SRC='"+linkPath+"images/menu_top.gif' alt='' WIDTH=577 HEIGHT=25 border='' usemap='#map_topmenu'>";
document.write(str);
}

function fnside(){
var str="<IMG SRC='"+linkPath+"images/menu_side.gif' alt='' WIDTH=203 HEIGHT=264 border='0' usemap='#map_sidemenu'>";
document.write(str);
}

function fnmap(){
var str="";
str=str+"<map name='map_sidemenu'>";
str=str+"  <area shape='rect' coords='3,3,201,36' href='#' onMouseOver=menu(0);>";
str=str+" <area shape='rect' coords='3,38,199,67' href='"+linkPath+"performers.html' onMouseOver=menu(2);>";
str=str+"  <area shape='rect' coords='3,69,200,97' href='"+linkPath+"community_events.html' onMouseOver=hideall();>";
str=str+"  <area shape='rect' coords='3,100,199,129' href='"+linkPath+"educational_connections/events.html' onMouseOver=menu(1);>";
str=str+"  <area shape='rect' coords='3,131,198,168' href='"+linkPath+"humanities_conference.html' onMouseOver=hideall();>";
 str=str+" <area shape='rect' coords='3,171,198,198' href='http://www.ticketmaster.com/artist/990798/?search_redirect=DanceAfrica%20Chicago&tm_link=tm_header_search' target='_blank' onMouseOver=hideall();>";
str=str+"  <area shape='rect' coords='3,200,198,229' href='http://www.ticketmaster.com/artist/990798/?search_redirect=DanceAfrica%20Chicago&tm_link=tm_header_search'  target='_blank' onMouseOver=hideall();>";
str=str+"  <area shape='rect' coords='3,232,199,260' href='"+linkPath+"emaillist.html' onMouseOver=hideall();>";
str=str+"</map>";
str=str+"<map name='map_home'>";
str=str+"  <area shape='rect' coords='87,42,153,60' href='"+linkPath+"index.html'>";
str=str+"</map>";


str=str+"<map name='map_topmenu'>";
str=str+"  <area shape='rect' coords='9,2,138,23' href='"+linkPath+"about/overview.html' onMouseOver=menu(6);>";
str=str+"  <area shape='rect' coords='156,2,199,23' href='"+linkPath+"video.html' onMouseOver=hideall();>";
str=str+"  <area shape='rect' coords='226,2,293,23' href='"+linkPath+"feedback.html' onMouseOver=hideall();>";
str=str+"  <area shape='rect' coords='319,2,387,23' href='"+linkPath+"contact.html' onMouseOver=hideall();>";
str=str+"</map>";
document.write(str);
}

function fnbottom(){
var str="";
str=str+"<table cellpadding='0' cellspacing='0' border='0'>";
str=str+"<tr>";
str=str+"	<td bgcolor='767676' colspan='2' height='28' class='btm'>";
str=str+"	<table cellpadding='0' cellspacing='0' border='0' width='765'>";
str=str+"	<tr>";
str=str+"		<td><a href='"+linkPath+"press/release.html' class='btmlnks'>News & Events</a></td>";
str=str+"		<td class='btmspace'>|</td>";
str=str+"		<td><a href='http://www.ticketmaster.com/artist/990798/?search_redirect=DanceAfrica%20Chicago&tm_link=tm_header_search' class='btmlnks' target='_blank'>Ticket Master</a></td>";
str=str+"		<td class='btmspace'>|</td>";
str=str+"		<td><a href='"+linkPath+"contact.html' class='btmlnks'>Contact Us</a></td>";
str=str+"		<td class='btmspace'>|</td>";
str=str+"		<td width='200'><a href='"+linkPath+"emaillist.html' class='btmlnks'>Join our Email List</a></td>";
str=str+"		<td>312 344 7070</td>";
str=str+"	</tr>";
str=str+"	</table>";
str=str+"	</td>";
str=str+"</tr>";
str=str+"<tr>";
str=str+"	<td colspan='2'><img src='"+linkPath+"images/bottom_line.gif'></td>";
str=str+"</tr>";
str=str+"<tr>";
str=str+"	<td bgcolor='767676' colspan='2' height='27' class='copy' align='center'>© 2005 Dance Africa Chicago.</td>";
str=str+"</tr>";
str=str+"</table>";
document.write(str);
}