document.write('<h3>Nosing &amp; Tasting</h3>\n');
document.write('<div class="item">\n');
b = new dTree('b'); 
b.config.folderLinks=true;
b.config.useIcons=false; 
b.config.useLines=true; 
b.config.useSelection=false; 
b.config.useStatusText=true; 
b.config.useCookies=true; 
b.checkDom();
b.add(0,-1,'');
b.add(2,0,'Single malt','whiskies.php?selection=single&sorting=region');
b.add(3,2,'Scotland','whiskies.php?selection=scotland&sorting=region');
b.add(4,3,'Campbeltown','whiskies.php?selection=campbeltown&sorting=az');
b.add(5,3,'Highlands','whiskies.php?selection=highlands&sorting=region');
b.add(6,5,'Eastern','whiskies.php?selection=eastern&sorting=az');
b.add(7,5,'Islands','whiskies.php?selection=islands&sorting=az');
b.add(8,5,'Midlands','whiskies.php?selection=midlands&sorting=az');
b.add(9,5,'Northern','whiskies.php?selection=northern&sorting=az');
b.add(10,5,'Speyside','whiskies.php?selection=speyside&sorting=az');
b.add(11,5,'Western','whiskies.php?selection=western&sorting=az');
b.add(12,3,'Islay','whiskies.php?selection=islay&sorting=az');
b.add(13,3,'Lowlands','whiskies.php?selection=lowlands&sorting=az');
b.add(14,2,'Other countries','whiskies.php?selection=other&sorting=region');
b.add(15,0,'Vatted malt','whiskies.php?selection=vatted&sorting=az');
b.add(16,0,'Single grain','whiskies.php?selection=grain&sorting=az');
b.add(17,0,'Blend','whiskies.php?selection=blend&sorting=az');
b.add(18,0,'Bourbon','whiskies.php?selection=bourbon&sorting=az');
b.add(19,0,'Full lists');
b.add(20,19,'Age','whiskies.php?sorting=age');
b.add(21,19,'Alphabet','whiskies.php?sorting=az');
b.add(22,19,'Event','whiskies.php?sorting=event');
b.add(23,19,'Rating','whiskies.php?sorting=rating');
b.add(24,19,'Region','whiskies.php?sorting=region');
b.add(25,19,'Vol. alcohol','whiskies.php?sorting=vol');
document.write(b);
document.write('</div>\n');

document.write('<h3>Related</h3>\n');
document.write('<div class="item">\n');
c = new dTree('c'); 
c.config.folderLinks=true;
c.config.useIcons=false; 
c.config.useLines=true; 
c.config.useSelection=false; 
c.config.useStatusText=true; 
c.config.useCookies=true; 
c.checkDom();
c.add(0,-1,'');
c.add(1,0,'Distilleries','distilleries.php');
c.add(2,0,'Independent bottlers','bottlers.php');
c.add(3,0,'Glossary','glossary.php');
c.add(4,0,'Sites','sites.php');
document.write(c);
document.write('</div>\n');
