<!--

// Global Values
var bgcolor='46979A'; // set menu background colour in hex
var opacity=90; // set transparency of menu by %

// Welcome menu
var menuw=145; // menu width by pixels
var toppos=-24; // absolute top down position by pixels
var leftpos=125; // absolute shift left position by pixels 
var vstep=18; // vertical distance between between each menu item by pixels (set as 0 for side nav)
var hstep=0; // horizontal distance between between each menu item by pixels (set as 0 for top nav)
var menu1=new Array()
menu1[0]=''
var anchorlink='history.asp'; var anchortext='HISTORY'; // link to file and hot text
menu1[0]=menu1[0]+'<table><tr><td width="'+menuw+'" bgcolor="#'+bgcolor+'" class="menu" style="position:absolute; top:'+toppos+'px; left:'+leftpos+'px; -moz-opacity:'+(opacity/100)+'; filter:alpha(opacity='+opacity+');"><a class="menulink" href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='vision.asp'; var anchortext='VISION & PHILOSOPHY'; // link to file and hot text
menu1[0]=menu1[0]+'<table><tr><td width="'+menuw+'" bgcolor="#'+bgcolor+'" class="menu" style="position:absolute; top:'+toppos+'px; left:'+leftpos+'px; -moz-opacity:'+(opacity/100)+'; filter:alpha(opacity='+opacity+');"><a class="menulink" href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='finances.asp'; var anchortext='FINANCES'; // link to file and hot text
menu1[0]=menu1[0]+'<table><tr><td width="'+menuw+'" bgcolor="#'+bgcolor+'" class="menu" style="position:absolute; top:'+toppos+'px; left:'+leftpos+'px; -moz-opacity:'+(opacity/100)+'; filter:alpha(opacity='+opacity+');"><a class="menulink" href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;

// Aboutus menu
var toppos=-30; // absolute top down position by pixels
var menu2=new Array()
menu2[0]=''
var anchorlink='board.asp'; var anchortext='BOARD OF TRUSTEES'; // link to file and hot text
menu2[0]=menu2[0]+'<table><tr><td width="'+menuw+'" bgcolor="#'+bgcolor+'" class="menu" style="position:absolute; top:'+toppos+'px; left:'+leftpos+'px; -moz-opacity:'+(opacity/100)+'; filter:alpha(opacity='+opacity+');"><a class="menulink" href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;


// Services menu
var toppos=-30; // absolute top down position by pixels
var menuw=185; // menu width by pixels
var menu3=new Array()
menu3[0]=''
var anchorlink='addiction.asp'; var anchortext='ADDICTION SERVICES / KAUPAPA MAORI'; // link to file and hot text
menu3[0]=menu3[0]+'<table><tr><td width="'+menuw+'" bgcolor="#'+bgcolor+'" class="menu" style="position:absolute; top:'+toppos+'px; left:'+leftpos+'px; -moz-opacity:'+(opacity/100)+'; filter:alpha(opacity='+opacity+');"><a class="menulink" href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='disabilty.asp'; var anchortext='DISABILITY SUPPORT'; // link to file and hot text
menu3[0]=menu3[0]+'<table><tr><td width="'+menuw+'" bgcolor="#'+bgcolor+'" class="menu" style="position:absolute; top:'+toppos+'px; left:'+leftpos+'px; -moz-opacity:'+(opacity/100)+'; filter:alpha(opacity='+opacity+');"><a class="menulink" href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='mental.asp'; var anchortext='MENTAL HEALTH'; // link to file and hot text
menu3[0]=menu3[0]+'<table><tr><td width="'+menuw+'" bgcolor="#'+bgcolor+'" class="menu" style="position:absolute; top:'+toppos+'px; left:'+leftpos+'px; -moz-opacity:'+(opacity/100)+'; filter:alpha(opacity='+opacity+');"><a class="menulink" href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='rongoa.asp'; var anchortext='MAORI THERAPY / RONGOA MAORI'; // link to file and hot text
menu3[0]=menu3[0]+'<table><tr><td width="'+menuw+'" bgcolor="#'+bgcolor+'" class="menu" style="position:absolute; top:'+toppos+'px; left:'+leftpos+'px; -moz-opacity:'+(opacity/100)+'; filter:alpha(opacity='+opacity+');"><a class="menulink" href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='community.asp'; var anchortext='COMMUNITY HEALTH / WHANAU ORA'; // link to file and hot text
menu3[0]=menu3[0]+'<table><tr><td width="'+menuw+'" bgcolor="#'+bgcolor+'" class="menu" style="position:absolute; top:'+toppos+'px; left:'+leftpos+'px; -moz-opacity:'+(opacity/100)+'; filter:alpha(opacity='+opacity+');"><a class="menulink" href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='youth.asp'; var anchortext='YOUTH SERVICES'; // link to file and hot text
menu3[0]=menu3[0]+'<table><tr><td width="'+menuw+'" bgcolor="#'+bgcolor+'" class="menu" style="position:absolute; top:'+toppos+'px; left:'+leftpos+'px; -moz-opacity:'+(opacity/100)+'; filter:alpha(opacity='+opacity+');"><a class="menulink" href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;

// -->