<!--

// Global Values
var bgcolor='F1E7D8'; // set menu background colour in hex
var opacity=90; // set transparency of menu by %

// Wines menu
var menuw=170; // 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 menu1=new Array()
menu1[0]=''
var anchorlink='sauvignon.html'; var anchortext='SAUVIGNON BLANC'; // 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='riesling.html'; var anchortext='RIESLING'; // 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='bunchselectionriesling.html'; var anchortext='BUNCH SELECTION RIESLING'; // 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='gewurztraminer.html'; var anchortext='GEWURZTRAMINER'; // 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='gruner_veltliner.html'; var anchortext='GRUNER VELTLINER'; // 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='pinotnoir.html'; var anchortext='PINOT NOIR'; // 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='sigrunnobletwo_2008.html'; var anchortext='SIGRUN NOBLE TWO 2008'; 
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='sigrunnobletwo_2009.html'; var anchortext='SIGRUN NOBLE TWO 2009'; 
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;


// -->
