var Community =new Array()Community[0]='<a href=http://www.google.com/calendar/embed?src=od7jhlsifnsdjf8k1idae90jbg%40group.calendar.google.com>Calendar of Events</a>'Community[1]='<a href=http://flickr.com/photos/the_place/>Photos</a>'Community[2]='<a href=http://theplacelite.blogspot.com/search/label/ChurchOfBreakfast>Church of Breakfast</a>'Community[3]='<a href=http://theplacelite.blogspot.com/2005/08/thoughts-on-groups.html>Midweek Groups</a>'Community[4]='<a href=http://lambrickparkchurch.blogspot.com/search/label/Wednesday%20Nights>Wednesdays</a>'Community[5]='<a href=http://mosaiconline.blogspot.com>Mosaic</a>'Community[6]='<a href=http://theplacelite.blogspot.com/2006/03/single-parents-group.html>Single Parents</a>'Community[7]='<a href=http://www.myspace.com/revelationgospelchoir>Gospel Choir</a>'Community[8]='<a href=http://placekidz.blogspot.com>PlaceKidz</a>'Community[9]='<a href=http://youth.lambrick.com>Youth</a>'Community[10]='<a href=http://www.google.com/reader/shared/user/15100392151091455816/label/The%20Place%20(n%20friends)>Bloggers</a>'Community[11]='<a href=http://www.facebook.com/group.php?gid=2580912510>Facebook</a>'Community[12]='<a href=http://lambrick.com/place/Membership_Booklet.pdf>Want to belong?</a>'var Orthodoxy=new Array()Orthodoxy[0]='<a href=http://theplacelite.blogspot.com/2005/12/our-core-values.html>Core Values</a>'Orthodoxy[1]='<a href=http://placepodcast.blogspot.com>Recent Sermons</a>'Orthodoxy[2]='<a href=http://theplaceteaching.blogspot.com>Sermons Archives</a>'Orthodoxy[3]='<a href=http://theplacelite.blogspot.com/2007/03/liturgy.html>Liturgy</a>'Orthodoxy[4]='<a href=http://www.amazon.ca/exec/obidos/tg/cm/member-fil/-/A18D7X4W7E0EA/702-0119611-7606414>Booklist</a>'Orthodoxy[5]='<a href=http://placepodcast.blogspot.com>Podcast</a>'var Engagement=new Array()Engagement[0]='<a href=http://missionalengagement.blogspot.com/>All Partners</a>'Engagement[1]='<a href=http://belo.theplace.ca>Belo, Ethiopia</a>'Engagement[2]='<a href=http://mosaiconline.blogspot.com>Mosaic Course</a>'var Beauty=new Array()Beauty[0]='<a href=http://placecommonplace.blogspot.com><i>commonPlace</i></a>'Beauty[1]='<a href=http://www.flickr.com/photos/the_place/tags/art/>Art</a>'Beauty[2]='<a href=http://theplacelite.blogspot.com/2005/10/sound-of-music.html>Music</a>'Beauty[3]='<a href=http://www.flickr.com/photos/younglionsofpop/sets/72157594247282907/>Concert posters</a>'var Info=new Array()Info[0]='<a href=http://theplacelite.blogspot.com/2005/07/what-is-place.html>What we are</a>'Info[1]='<a href=http://theplacelite.blogspot.com/2005/12/our-core-values.html>What we believe</a>'Info[2]='<a href=http://theplacelite.blogspot.com/2005/12/reasons-why-place-began.html>Why we began</a>'Info[3]='<a href=http://theplacelite.blogspot.com/2005/09/some-people.html>Who we are</a>'Info[4]='<a href=http://www.google.com/calendar/embed?src=od7jhlsifnsdjf8k1idae90jbg%40group.calendar.google.com>Our Calendar</a>'Info[5]='<a href=http://lpcclassifieds.blogspot.com>Classifieds Ads</a>'Info[6]='<a href="mailto:admin@theplace.ca?subject=add%20me%20to%20Place%20mailout">Add me to mailout</a>'Info[7]='<a href="http://www.lambrick.com">LPC</a>'Info[8]='<a href=http://lambrick.com/place/Membership_Booklet.pdf>Want to belong?</a>'var Contact=new Array()Contact[0]='<a href="mailto:blog@theplace.ca">Email us</a>'Contact[1]='<a href=http://theplacelite.blogspot.com/2005/10/write-or-phone.html>Address & Phone</a>'Contact[2]='<a href=http://maps.google.ca/maps?q=Lambrick+Park+Church+Saanich+BC&ll=48.480261,-123.316126&spn=0.027241,0.048842&num=6&start=0&hl=en>Map</a>'var menuwidth='150px' //default menu widthvar menubgcolor='#fff'  //menu bgcolorvar disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)var hidemenu_onclick="no" //hide menu when user clicks within menu?/////No further editting neededvar ie4=document.allvar ns6=document.getElementById&&!document.allif (ie4||ns6)document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')function getposOffset(what, offsettype){var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;var parentEl=what.offsetParent;while (parentEl!=null){totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;parentEl=parentEl.offsetParent;}return totaloffset;}function showhide(obj, e, visible, hidden, menuwidth){if (ie4||ns6)dropmenuobj.style.left=dropmenuobj.style.top="-500px"if (menuwidth!=""){dropmenuobj.widthobj=dropmenuobj.styledropmenuobj.widthobj.width=menuwidth}if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")obj.visibility=visibleelse if (e.type=="click")obj.visibility=hidden}function iecompattest(){return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body}function clearbrowseredge(obj, whichedge){var edgeoffset=0if (whichedge=="rightedge"){var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15dropmenuobj.contentmeasure=dropmenuobj.offsetWidthif (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth}else{var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffsetvar windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18dropmenuobj.contentmeasure=dropmenuobj.offsetHeightif (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeightif ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge}}return edgeoffset}function populatemenu(what){if (ie4||ns6)dropmenuobj.innerHTML=what.join("")}function dropdownmenu(obj, e, menucontents, menuwidth){if (window.event) event.cancelBubble=trueelse if (e.stopPropagation) e.stopPropagation()clearhidemenu()dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudivpopulatemenu(menucontents)if (ie4||ns6){showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)dropmenuobj.x=getposOffset(obj, "left")dropmenuobj.y=getposOffset(obj, "top")dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"}return clickreturnvalue()}function clickreturnvalue(){if (ie4||ns6) return falseelse return true}function contains_ns6(a, b) {while (b.parentNode)if ((b = b.parentNode) == a)return true;return false;}function dynamichide(e){if (ie4&&!dropmenuobj.contains(e.toElement))delayhidemenu()else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))delayhidemenu()}function hidemenu(e){if (typeof dropmenuobj!="undefined"){if (ie4||ns6)dropmenuobj.style.visibility="hidden"}}function delayhidemenu(){if (ie4||ns6)delayhide=setTimeout("hidemenu()",disappeardelay)}function clearhidemenu(){if (typeof delayhide!="undefined")clearTimeout(delayhide)}if (hidemenu_onclick=="yes")document.onclick=hidemenu