<!--

// Global Values
var bgcolor='4F2E0F'; // set menu background colour in hex
var opacity=90; // set transparency of menu by %

// About Us menu
var menuw=105; // menu width by pixels
var toppos=0; // 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 about=new Array()
about[0]=''
var anchorlink='team.asp'; var anchortext='MEET THE TEAM'; // link to file and hot text
about[0]=about[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='health.asp'; var anchortext='WINE &amp; HEALTH'; // link to file and hot text
about[0]=about[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='vineyards.asp'; var anchortext='OUR VINEYARDS'; // link to file and hot text
about[0]=about[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='gallery.asp'; var anchortext='GALLERY'; // link to file and hot text
about[0]=about[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;

// Wines menu
var menuw=145; // menu width by pixels
var toppos=0; // 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 wines=new Array()
wines[0]=''
var anchorlink='forrest.asp'; var anchortext='FORREST'; // link to file and hot text
wines[0]=wines[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='the_doctors.asp'; var anchortext='THE DOCTORS\''; // link to file and hot text
var anchorlink='the_valleys.asp'; var anchortext='THE VALLEYS'; // link to file and hot text
wines[0]=wines[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='the_doctors.asp'; var anchortext='THE DOCTORS\''; // link to file and hot text
wines[0]=wines[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='jfc.asp'; var anchortext='JOHN FORREST COLLECTION'; // link to file and hot text
//var anchorlink='http://www.johnforrest.co.nz/Home" target="_blanc"'; var anchortext='JOHN FORREST COLLECTION'; // link to file and hot text

wines[0]=wines[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='tatty_bogler.asp'; var anchortext='TATTY BOGLER'; // link to file and hot text
wines[0]=wines[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='newton_forrest.asp'; var anchortext='NEWTON FORREST'; // link to file and hot text
wines[0]=wines[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='accolades.asp'; var anchortext='ACCOLADES'; // link to file and hot text
wines[0]=wines[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='specialoffers.asp'; var anchortext='SPECIALS'; // link to file and hot text
wines[0]=wines[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;

// What's New menu
var menuw=135; // menu width by pixels
var toppos=0; // 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 news=new Array()
news[0]=''
var anchorlink='newsletter.asp'; var anchortext='NEWSLETTERS &amp; ARTICLES'; // link to file and hot text
news[0]=news[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'; // link to file and hot text
news[0]=news[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='graperide.asp'; var anchortext='GRAPERIDE'; // link to file and hot text
news[0]=news[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;

// Orders menu
var menuw=105; // menu width by pixels
var toppos=0; // 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 sales=new Array()
sales[0]=''
var anchorlink='ourterms.asp'; var anchortext='OUR TERMS'; // link to file and hot text
sales[0]=sales[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;

// Distributors menu
var menuw=115; // menu width by pixels
var toppos=0; // 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 agents=new Array()
agents[0]=''
var anchorlink='retailers.asp'; var anchortext='SELECTED RETAILERS'; // link to file and hot text
agents[0]=agents[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;

// Resources menu
var menuw=105; // menu width by pixels
var toppos=0; // 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 trade=new Array()
trade[0]=''
var anchorlink='links.asp'; var anchortext='LINKS'; // link to file and hot text
trade[0]=trade[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='sitemap.asp'; var anchortext='SITE MAP'; // link to file and hot text
trade[0]=trade[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;

// Contact Us menu
var menuw=120; // menu width by pixels
var toppos=0; // 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 contact=new Array()
contact[0]=''
var anchorlink='cellardoor.asp'; var anchortext='CELLAR DOOR'; // link to file and hot text
contact[0]=contact[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='artist.asp'; var anchortext='ARTIST IN RESIDENCE'; // link to file and hot text
contact[0]=contact[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='location.asp'; var anchortext='LOCATION'; // link to file and hot text
contact[0]=contact[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='mailinglist.asp'; var anchortext='JOIN OUR MAILING LIST'; // link to file and hot text
contact[0]=contact[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;

// -->