document.write('<div>');
document.write('<!--swMenuFree5.0J_1.5 transmenu by http://www.swmenupro.com-->');
document.write('<div id="wrap" class="menu" align="center">');
document.write('<table cellspacing="0" cellpadding="0" id="menu" class="menu" >'); 
document.write('<tr> ');
document.write('<td id="trans-active"> ');
document.write('<a id="menu1" href="/" >HOME</a>');
document.write('</td> ');
document.write('<td> ');
document.write('<a id="menu2" style="cursor:pointer;">ABOUT US</a>');
document.write('</td> ');
document.write('<td> ');
document.write('<a id="menu3" style="cursor:pointer;">RESOURCES</a>');
document.write('</td> ');
document.write('<td> ');
document.write('<a id="menu4" style="cursor:pointer;">MINISTRIES</a>');
document.write('</td> ');
document.write('<td> ');
document.write('<a id="menu5" href="/calendar.html" >CALENDAR</a>');
document.write('</td> ');
document.write('<td> ');
document.write('<a id="menu6" href="/contact.php" >CONTACT US</a>');
document.write('</td> ');
document.write('<td> ');
document.write('<a id="menu7" href="/forum" >FORUM</a>');
document.write('</td> ');
document.write('<td class="last"> ');
document.write('<a id="menu8" href="/evite.php" >EVITE</a>');
document.write('</td> ');
document.write('<td> ');
document.write('<a id="menu9" href="/health.html" >HEALTH 101</a>');
document.write('</td> ');
document.write('</tr> ');
document.write('</table>');
document.write('</div>');

document.write('<div id="subwrap">');
if (TransMenu.isSupported()) {
var ms = new TransMenuSet(TransMenu.direction.down, 15,0, TransMenu.reference.bottomLeft);

var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("COCH", "http://www.cochusa.com/", "1");
menu2.addItem("Contacts", "/contacts.html", "0");
menu2.addItem("Map (Directions)", "/map.html", "0");
menu2.addItem("Pastor Ralph Martino", "http://www.watchandprayministries.com/about.htm", "1");
menu2.addItem("Service Times", "/servicetimes.html", "0");
menu2.addItem("Welcome", "/welcome.html", "0");

var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("Bookstore", "http://watchandprayministries.com/wordpress/archives/category/books", "1");
menu3.addItem("Sermon on CD", "http://watchandprayministries.com/wordpress/archives/category/sermons-on-cd", "1");
menu3.addItem("Sow A Seed", "/donate.html", "0");
menu3.addItem("Photos", "http://picasaweb.google.com/firstchurchwash/", "1");

var menu4 = ms.addMenu(document.getElementById("menu4"));
menu4.addItem("Brotherhood", "/brotherhood.html", "0");
menu4.addItem("Children", "/childrens.html", "0");
menu4.addItem("Communications", "/communications.html", "0");
menu4.addItem("Dance", "/dance.html", "0");
menu4.addItem("Deacon", "/deacon.html", "0");
menu4.addItem("Deaconess", "/deaconess.html", "0");
menu4.addItem("Evangelism/Street Ministry", "/evangelism.html", "0");
menu4.addItem("Family", "/family.html", "0");
menu4.addItem("High School / College", " /highschoolcollege.html", "0");
menu4.addItem("Intercessory", "/intercessory.html", "0");
menu4.addItem("Ishmael", "/ishmael.html", "0");
menu4.addItem("Marriage", "/marriage.html", "0");
menu4.addItem("Missionary", "/missionary.html", "0");
menu4.addItem("Music", "/music.html", "0");
menu4.addItem("Pearl Clarke Scholarship Fund", "/pearlclarke.html", "0");
menu4.addItem("Puppet Ministry", "/puppets.html", "0");
menu4.addItem("Singles", "/singles.html", "0");
menu4.addItem("Sunday School", "/sundayschool.html", "0");
menu4.addItem("United Christian Women", "/unitedchristianwomens.html", "0");
menu4.addItem("Usher Board", "/usherboard.html", "0");
menu4.addItem("Young Adults", "", "0");
menu4.addItem("Youth", "", "0");

var menu40 = menu4.addMenu(menu4.items[2],5,0);
menu40.addItem("Multimedia", "/multimedia.html", "0");
menu40.addItem("Technology", "/technology.html", "0");

var menu9 = ms.addMenu(document.getElementById("menu9"));
menu9.addItem("Health Tips", "/healthtips.html", "0");
menu9.addItem("Diabetes Prevention", "/healthdiabetes.html", "0");
menu9.addItem("Is Your Heart Speaking?", "/Heart.pdf", "0");
menu9.addItem("The Nagging Nerve", "/SCIATICA.pdf", "0");

function init() {
if (TransMenu.isSupported()) {
TransMenu.initialize();

document.getElementById("menu1").onmouseover = function() {ms.hideCurrent(); this.className = "hover";}
 document.getElementById("menu1").onmouseout = function() { this.className = ""; }

menu2.onactivate = function() {document.getElementById("menu2").className = "hover"; };
 menu2.ondeactivate = function() {document.getElementById("menu2").className = ""; };

menu3.onactivate = function() {document.getElementById("menu3").className = "hover"; };
 menu3.ondeactivate = function() {document.getElementById("menu3").className = ""; };

menu4.onactivate = function() {document.getElementById("menu4").className = "hover"; };
 menu4.ondeactivate = function() {document.getElementById("menu4").className = ""; };

document.getElementById("menu5").onmouseover = function() {ms.hideCurrent(); this.className = "hover";}
 document.getElementById("menu5").onmouseout = function() { this.className = ""; }

document.getElementById("menu6").onmouseover = function() {ms.hideCurrent(); this.className = "hover";}
 document.getElementById("menu6").onmouseout = function() { this.className = ""; }

document.getElementById("menu7").onmouseover = function() {ms.hideCurrent(); this.className = "hover";}
 document.getElementById("menu7").onmouseout = function() { this.className = ""; }

document.getElementById("menu8").onmouseover = function() {ms.hideCurrent(); this.className = "hover";}
 document.getElementById("menu8").onmouseout = function() { this.className = ""; }


}}
TransMenu.spacerGif = "/imgs/menu/x.gif";
TransMenu.dingbatOn = "/imgs/menu/submenu-on.gif";
TransMenu.dingbatOff = "/imgs/menu/submenu-off.gif"; 
TransMenu.sub_indicator = true; 
TransMenu.menuPadding = 0;
TransMenu.itemPadding = 0;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 3;
TransMenu.shadowColor = "#888888";
TransMenu.shadowPng = "/imgs/menu/grey-40.png";
TransMenu.backgroundColor = "#DAC391";
TransMenu.backgroundPng = "/imgs/menu/white-90.png";
TransMenu.hideDelay = 600;
TransMenu.slideTime = 300;
TransMenu.selecthack = 0;
TransMenu.autoposition = 0;
TransMenu.renderAll();
if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", init, false );
else if ( typeof window.attachEvent != "undefined" ) {
window.attachEvent( "onload", init);
}else{
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
init();
}
}else
window.onload = init();
}
}
document.write('</div>');
