ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>St Luke's Anglican Church</title> <META name="description" content="St Luke's Anglican Church, Hornsby Heights, NSW, Australia"> <META name="keywords" content="Australia, church, anglican, hornsby heights, NSW"> <META name="keywords" content="Sydney, religion, St Luke's, New South Wales"> <META name="keywords" content="Galston, Hornsby, Asquith"> <link rel="shortcut icon" href="/favicon.ico"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <style type="text/css"> table.nav {background:#BBE0E3; text-align:center} table.head {background:#6477DD} table.rest {background:white} th {colour:"blue"; font-family:"Arial"; font-size:18} td {colour:"black"; font-family:"Tahoma"; font-size:12} #dropmenudiv{ position:absolute; border:1px solid black; border-bottom-width: 0; font:normal 12px Verdana; line-height:18px; z-index:100; } #dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; } #dropmenudiv a:hover{ /*hover background color*/ background-color: grey; } </style> <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; var SymRealWinOpen = window.open; function SymWinOpen(url, name, attributes) { return (new Object()); } window.open = SymWinOpen; //--> </script> <script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<a href="minister.htm">Minister</a>' menu1[1]='<a href="http://www.stlukesyouth.com.au/default.html" target="blank">Youth and Childrens Ministry</a>' menu1[2]='<a href="wardens.htm">Wardens</a>' //Contents for menu 3, and so on var menu3=new Array() menu3[0]='<a href="wowarmth.htm">Warehouse of Warmth</a>' menu3[1]='<a href="prayerchain.htm">Prayer Chain</a>' menu3[2]='<a href="missionaries.htm">Missionaries</a>' menu3[3]='<a href="opchild.htm">Operation Christmas Child</a>' //Contents for menu 4, and so on var menu4=new Array() menu4[0]='<a href="rosters.htm">Rosters</a>' menu4[1]='<a href="calendar.htm">Calendar</a>' menu4[2]='<a href="http://www.anglican.org.au" target="blank">Anglican Diocese</a>' menu4[3]='<a href="http://www.fm1032.com.au" target="blank">FM103.2</a>' menu4[4]='<a href="podcasts.htm">Podcasts</a>' menu4[5]='<a href="onlinebibles.htm">Online Bibles</a>' menu4[6]='<a href="modelrailway.htm">Model Railway</a>' menu4[7]='<a href="meetings.htm">Meetings</a>' menu4[8]='<a href="social-issues.htm">Social Issues</a>' menu4[9]='<a href="http://www.stlukesyouth.com.au/default.html" target="blank">St Lukes Youth and Childrens Ministry</a>' //Contents for menu 5, and so on var menu5=new Array() menu5[0]='<a href="contact.htm">Contacts</a>' menu5[1]='<a href="feedback.htm">Feedback</a>' var menuwidth='165px' //default menu width var menubgcolor='lightgrey' //menu bgcolor var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //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 </script> </head> <body> <TABLE class="head" height="100%" width="100%" BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0> <TR> <TD><IMG SRC="images/StLukesgraphiccoloured2.gif" align=center WIDTH=180 ALT="St Luke's Logo"></TD> <TD align=center><IMG SRC="images/Heading.gif" WIDTH=70% ALT="St Luke's Heading"></TD> </TR> </TABLE> <!-- Setup access to other pages within the website --> <table class="nav" width="100%" height=15 border="2" cellpadding="4" cellspacing="0"> <tr> <td><a href="index.htm"><b>Home</b></a></td> <td><a href="who.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '140px')" onMouseout="delayhidemenu()"><b>Who We Are</b></a></td> <td><a href="where.htm"><b>Where We Are</b></a></td> <td><a href="services.htm"><b>Services</b></a></td> <td><a href="familymatters.htm"><b>Parish News Sheet</b></a></td> <td><a href="ministrylinks.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '150px')" onMouseout="delayhidemenu()"><b>Ministry Links</b></a></td> <td><a href="resources.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu4, '130px')" onMouseout="delayhidemenu()"><b>Resources</b></a></td> <td><a href="contactmenu.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu5, '100px')" onMouseout="delayhidemenu()"><b>Contact</b></a></td> </tr> </table> <br> <H2 ALIGN="Center">Job Description - Youth Minister (Full Time)</H2> <table class="rest" align="center" width="90%" height=15 border="0" cellpadding="10" cellspacing="40"> <tr> <td>The Job Description for the Youth Minister position can be found <a href="documents/JOB DESCRIPTION - Youth Childrens Worker FT (2008) E.doc">here</a></td> </tr> </table> <br><br> </body> <hr> <!-- Show details of last modification date, plus contact info --> <address> Last update 21/06/2011<br /> For more information, please contact the <a href="mailto:webmaster1@stlukeschurch.com.au">webmaster</a> </address> </html>