<!--

// Global Values
var bgcolor='272B2B'; // set menu background colour in hex
var opacity=90; // set transparency of menu by %

// About Us menu
var menuw=120; // menu width by pixels
var toppos=-14; // absolute top down position by pixels
var leftpos=0; // 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='ourpeople.asp'; var anchortext='Our People'; // 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='wingspan.asp'; var anchortext='Wingspan Trust'; // 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='community.asp'; var anchortext='Community'; // 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='cellardoor.asp'; var anchortext='Cellar Door'; // 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='news.asp'; var anchortext='News &amp; Reviews'; // 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;

// Wines menu
var menuw=165; // menu width by pixels
var toppos=-14; // absolute top down position by pixels
var leftpos=-5; // 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 menu2=new Array()
menu2[0]=''
var anchorlink='selectSeries.asp?SeriesID=Black%20Label'; var anchortext='Black Label Series'; // 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;
var anchorlink='selectSeries.asp?SeriesID=Raptor'; var anchortext='Raptor Series'; // 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;
var anchorlink='selectSeries.asp?SeriesID=Platinum'; var anchortext='Platinum Series'; // 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;
var anchorlink='selectSeries.asp?SeriesID=Cracklin'; var anchortext='Cracklin\' Series'; // 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;
var anchorlink='selectSeries.asp?SeriesID=Dessert'; var anchortext='Dessert Wines'; // 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;
var anchorlink='selectSeries.asp?SeriesID=The%20Nest'; var anchortext='The Nest Wines'; // 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;

// -->
