<!--

// Global Values
var bgcolor='123C6B'; // set menu background colour in hex
var opacity=90; // set transparency of menu by %

var urlmask='onmouseover="statusSet(window.status=\'\'); return true;"'

// Where to Stay menu
var menuw=185; // menu width by pixels
var toppos=1; // absolute top down position by pixels
var leftpos=0; // absolute shift left position by pixels 
var vstep=17; // 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='blenheim.asp'; var anchortext='BLENHEIM &amp; RENWICK'; // 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" '+urlmask+' href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='picton.asp'; var anchortext='PICTON &amp; WAIKAWA'; // 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" '+urlmask+' href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='havelock.asp'; var anchortext='HAVELOCK'; // 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" '+urlmask+' href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='marlboroughsounds.asp'; var anchortext='THE MARLBOROUGH SOUNDS'; // 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" '+urlmask+' href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='awatere.asp'; var anchortext='AWATERE &amp; COAST'; // 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" '+urlmask+' href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='http://www.staykaikoura.co.nz'; var anchortext='KAIKOURA'; // 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" '+urlmask+' href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;

// Traditions menu
var menuw=120; // menu width by pixels
var toppos=1; // absolute top down position by pixels
var leftpos=0; // absolute shift left position by pixels 
var vstep=17; // 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 menu2=new Array()
menu2[0]=''
var anchorlink='aboutus.asp'; var anchortext='ABOUT US'; // 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" '+urlmask+' href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='listenquiry.asp'; var anchortext='LIST YOUR PROPERTY'; // 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" '+urlmask+' href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;
var anchorlink='terms.asp'; var anchortext='TERMS &amp; CONDITIONS'; // 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" '+urlmask+' href="'+anchorlink+'">'+anchortext+'</a></td></tr></table>'; toppos=toppos+vstep; leftpos=leftpos+hstep;

// -->
