function MM_initTimelines() { //v4.0
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == "Netscape";
    var ns4 = (ns && parseInt(navigator.appVersion) == 4);
    var ns5 = (ns && parseInt(navigator.appVersion) > 4);
    var macIE5 = (navigator.platform ? (navigator.platform == "MacPPC") : false) && (navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4);
    document.MM_Time = new Array(2);
    document.MM_Time[0] = new Array(0);
    document.MM_Time["Timeline1"] = document.MM_Time[0];
    document.MM_Time[0].MM_Name = "Timeline1";
    document.MM_Time[0].fps = 15;
    document.MM_Time[0].lastFrame = 0;
    document.MM_Time[1] = new Array(1);
    document.MM_Time["navdrops"] = document.MM_Time[1];
    document.MM_Time[1].MM_Name = "navdrops";
    document.MM_Time[1].fps = 15;
    document.MM_Time[1][0] = new String("behavior");
    document.MM_Time[1][0].frame = 11;
    document.MM_Time[1][0].value = "MM_showHideLayers('aboutnav','','hide','schedulenav','','hide','community','','hide')";
    document.MM_Time[1].lastFrame = 11;
    for (i=0; i<document.MM_Time.length; i++) {
        document.MM_Time[i].ID = null;
        document.MM_Time[i].curFrame = 0;
        document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
    }
}

function draw_footer() {
var copyright_date = new Date();                    
var copyright_year = copyright_date.getFullYear(); 

var mpac_footer = '&copy; Copyright '+ copyright_year +' MPAC. All Rights Reserved. Please contact us with any questions or comments.';

document.write(mpac_footer);

}

function draw_main_nav(){
document.write('<td><img src="images/front-1_05.jpg" width=19 height=20 alt=""><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_home\',\'\',\'images/nav_home-over.jpg\',1);MM_showHideLayers(\'aboutnav\',\'\',\'hide\',\'community\',\'\',\'hide\',\'schedulenav\',\'\',\'hide\')"><img name="nav_home" src="images/nav_home.jpg" width=65 height=20 border=0 alt=""></a><a href="aboutus.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_aboutus\',\'\',\'images/nav_aboutus-over.jpg\',1);MM_showHideLayers(\'aboutnav\',\'\',\'show\',\'community\',\'\',\'hide\',\'schedulenav\',\'\',\'hide\')"><img name="nav_aboutus" src="images/nav_aboutus.jpg" width=93 height=20 border=0 alt=""></a><a href="services_drumcircle.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_services\',\'\',\'images/nav_services-over.jpg\',1);MM_showHideLayers(\'aboutnav\',\'\',\'hide\',\'community\',\'\',\'hide\',\'schedulenav\',\'\',\'show\')"><img name="nav_services" src="images/nav_services.jpg" width=90 height=20 border=0 alt=""></a><a href="community.html"><img src="images/nav_community.jpg" name="comimage" width="109" height="20" border="0" id="comimage" onmouseover="MM_swapImage(\'comimage\',\'\',\'images/nav_community-over.jpg\',1);MM_showHideLayers(\'aboutnav\',\'\',\'hide\',\'community\',\'\',\'show\',\'schedulenav\',\'\',\'hide\')" onmouseout="MM_swapImgRestore()" /></a><a href="links.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_links\',\'\',\'images/nav_links-over.jpg\',1);MM_showHideLayers(\'aboutnav\',\'\',\'hide\',\'community\',\'\',\'hide\',\'schedulenav\',\'\',\'hide\')"><img name="nav_links" src="images/nav_links.jpg" width=67 height=20 border=0 alt=""></a><a href="contactus.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'nav_contactus\',\'\',\'images/nav_contactus-over.jpg\',1);MM_showHideLayers(\'aboutnav\',\'\',\'hide\',\'community\',\'\',\'hide\',\'schedulenav\',\'\',\'hide\')"><img name="nav_contactus" src="images/nav_contactus.jpg" width=98 height=20 border=0 alt=""></a><img src="images/front-1_11b.jpg" width="67" height="20" alt="" /><img src="images/front-1_12.jpg" width=162 height=20 alt=""></td>');
}


function draw_communities(){
var comm_names   = new Array("Mosaic Steel Orchestra","Portsmouth Panyard");
var comm_urls   = new Array("comm_mso.html","comm_ppan.html");
   
nav_str = '<tr><td width="18"><img src="images/subnavbullet.gif" width="18" height="18" /></td><td class="text_subnav"><a href="'+comm_urls[0]+'" class="text_subnav" onmouseover="MM_timelineStop(\'navdrops\');MM_swapImage(\'comimage\',\'\',\'images/nav_community-over.jpg\',1)" onmouseout="MM_timelineGoto(\'navdrops\',\'1\');MM_timelinePlay(\'navdrops\');MM_swapImgRestore()">'+comm_names[0]+'</a></td></tr>';
nav_str += '<tr><td width="18"><img src="images/subnavbullet.gif" width="18" height="18" /></td><td class="text_subnav"><a href="'+comm_urls[1]+'" class="text_subnav" onmouseover="MM_timelineStop(\'navdrops\');MM_swapImage(\'comimage\',\'\',\'images/nav_community-over.jpg\',1)" onmouseout="MM_timelineGoto(\'navdrops\',\'1\');MM_timelinePlay(\'navdrops\');MM_swapImgRestore()">'+comm_names[1]+'</a></td></tr>';

 document.write( nav_str );
}





























