var fur = new ItemStyle(60, 0, '', 0, 0, ' ', ' ', 'highText', 'lowText', '', '', null, null, 'hand', 'default');
var other = new ItemStyle(60, 12, '', 0, 0, ' ', ' ', 'highText', 'lowText', '', '', null, null, 'hand', 'default');
var pMenu = new PopupMenu('pMenu');with (pMenu)
{
startMenu('root', false, 'window.page.winW()/2 - menuW/2', 164, 18, fur, '', false);
addItem('SABLE', '../Sable/sable.html', '', null, 92);
addItem('MINK', '../Mink/mink.html', '', null, 92);
addItem('LYNX', '../Lynx/lynx.html', '', null, 92);
addItem('FOX', '../Fox/fox.html', '', null, 92);
addItem('BEAVER', '../Beaver/beaver.html', '', null, 92);
addItem('SWAKARA', '../Swakara/swakara.html', '', null, 92);
addItem('SHEARLINGS', '../Shearlings/shearlings.html', '', null, 92);
addItem('FUR-TRIMMED', '../Fur-Trimmed/fur-trimmed.html', '', null, 97);
}

var anotherMenu = new PopupMenu('anotherMenu');
with (anotherMenu)
{
startMenu('root', false, 'window.page.winW()/2 - menuW/2', 208, 18, other, '', false);
addItem('&nbsp; Accessories', '../Accessories/accessories.html', '', null, 80);
//addItem('&nbsp; Varsity Jackets', '../Varsity/varsity.html', '', null, 92);
addItem('&nbsp; Consumer Guide', '../Guide/guide.html', '', null, 106);
addItem('&nbsp; Special Collections', '../Special/special.html', '', null, 118);
addItem('&nbsp; Services', '../Services/services.html', '', null, 60);
addItem('&nbsp; History', '../History/history.html', '', null, 50);
addItem('&nbsp; Payment', '../Payment/payment.html', '', null, 60);
addItem('&nbsp; Contact Us', '../Contact/contact.html', '', null, 75);}