function writeJS(){
var str='';
str+='<div id="masterdiv">';
str+='<div class="menutitle" onclick="SwitchMenu(\'sub1\')">Explore the site<\/div>';
str+='<span class="submenu" id="sub1">';
str+='<a  id="pippo1" href="/index.php">Home<\/a>';
str+='<a  id="pippo2" href="/about/about.php">About<\/a>';
str+='<a id="pippo3"   href="/gallery/churchopening1.php">Building opening<\/a>';
str+='<a   id="pippo4"  href="/about/calendar.php">Calendar<\/a>';
str+='<a id="pippo15"   href="/about/contact.php">Contact Us<\/a>';

str+='<\/span>';
str+='<div class="menutitle" onclick="SwitchMenu(\'sub2\')">Who we are<\/div>';
str+='<span class="submenu" id="sub2">';
str+='<a id="pippo16"   href="/people/Staff.php">Staff<\/a>';
str+='<a id="pippo17"  href="/smallgroups/_page_under_construction.php">Elders<\/a>';
str+='<a id="pippo18"  href="/smallgroups/_page_under_construction.php">Leadership<\/a>';
str+='<\/span>';

str+='<div class="menutitle" onclick="SwitchMenu(\'sub3\')">What we believe<\/div>';
str+='<span class="submenu" id="sub3">';
str+='<a  id="pippo19" href="/about/corevalues.php">Core Values<\/a>';
str+='<a  id="pippo20" href="/about/statementoffaith.php">Statement of Faith<\/a>';



str+='<\/span>';

str+='<div class="menutitle" onclick="SwitchMenu(\'sub4\')">Small Groups<\/div>';
str+='<span class="submenu" id="sub4">';

str+='<a id="pippo31"  href="/smallgroups/homegroups.php">Home Groups<\/a>';
str+='<a id="pippo32"  href="/smallgroups/hillstreet.php">Hill Street Home Group<\/a>';
str+='<a id="pippo33"  href="/smallgroups/paramu.php">Group 207<\/a>';
str+='<a  id="pippo34" href="/smallgroups/boomers.php">Boomers<\/a>';
str+='<a id="pippo35"  href="/smallgroups/ruby_bay.php">Ruby Bay Group<\/a>';
str+='<a id="pippo36"  href="/smallgroups/mags.php">Seniors Study<\/a>';
str+='<a id="pippo37"  href="/smallgroups/womenofhope.php">Women of Hope<\/a>';
str+='<a id="pippo38" href="/smallgroups/menz.php">Menz<\/a>';
str+='<a id="pippo39" href="/smallgroups/redwood.php">Redwood group<\/a>';
str+='<a id="pippo40"  href="/smallgroups/_page_under_construction.php">Deaf bible study<\/a>';
str+='<a id="pippo41" href="/smallgroups/20sand30s.php">20s & 30s<\/a>';
str+='<a id="pippo42" href="/smallgroups/ladies_fellowship.php">Ladies Fellowship<\/a>';
str+='<a id="pippo43" href="/smallgroups/womens_bible_study.php">Womens Bible Study<\/a>';
str+='<a id="pippo44" href="/smallgroups/mainlymusic.php">Mainly Music<\/a>';

str+='<\/span>';

str+='<div class="menutitle" onclick="SwitchMenu(\'sub5\')">Missions<\/div>';
str+='<span class="submenu" id="sub5">';
str+='<a id="pippo51"  href="/missionary/malcolms.php">Warwick & Osvalda Malcolm<\/a>';
str+='<a id="pippo52"  href="/missionary/borlase.php">Kevin & Liz Borlase<\/a>';
str+='<a id="pippo53"   href="/missionary/fields.php">Jerry & Haley Field<\/a>';
str+='<a  id="pippo54"  href="/missionary/charles.php">Barnabas & Gwendaline Charles<\/a>';
str+='<a  id="pippo55"  href="/missionary/vlamings.php">John & Cisca Vlaming<\/a>';
str+='<a  id="pippo56"  href="/missionary/Oliveira.php">Samuel & Ruth Oliveira<\/a>';

str+='<\/span>';

str+='<div class="menutitle"';
str+=' onclick="SwitchMenu(\'sub6\')">Sermons<\/div>';
str+='<span class="submenu" id="sub6">';
str+='<a   id="pippo60"  href="/Audio/bydate.php">By Date<\/a>';
str+='<a id="pippo61"   href="/Audio/byseries.php">By Series<\/a>';
str+='<a id="pippo62"   href="/Audio/bytitle.php">By Title<\/a>';
str+='<a  id="pippo63" href="/Audio/byscripture.php">By Scripture<\/a>';

str+='<\/span>';


str+='<div class="menutitle" onclick="SwitchMenu(\'sub7\')">Youth<\/div>';
str+='<span class="submenu" id="sub7">';
str+='<a   id="pippo70"  href="/youth/Rocks/Welcome.html">Rocks<\/a>';
str+='<a id="pippo71"   href="/youth/180/Welcome.html">180<\/a>';
str+='<\/span>';

str+='<div class="menutitle" onclick="SwitchMenu(\'sub8\')">Kids & Families<\/div>';
str+='<span class="submenu" id="sub8">';
str+='<a  id="pippo75"  href="/kids/onsunday.php">On Sunday<\/a>';
str+='<a  id="pippo76"  href="/kids/duringtheweek.php">During the Week<\/a>';


str+='<\/span>';

str+='<div class="menutitle" onclick="SwitchMenu(\'sub9\')">Facility & Hire<\/div>';
str+='<span class="submenu" id="sub9">';
str+='<a  id="pippo88"  href="/facility/hire.php">Hire<\/a>';
str+='<a  id="pippo89"  href="/smallgroups/_page_under_construction.php">Administration<\/a>';
str+='<a  id="pippo90"  href="/smallgroups/_page_under_construction.php">Photos<\/a>';
str+='<\/span>';


str+='<\/div>';

str+='<div class="sublink">';
str+='<a id="pippo91" style="color: #08948f; a.hover: blue" target="_top" href="/about/directions.php">Directions<\/a><br>';

str+='<a  id="pippo93" style="color: rgb(33, 117, 188);"  target="_top" href="/index.php">Home page<\/a><br>';
str+='<\/div>';


document.write(str);
}
writeJS();


