var hBar = new ItemStyle(16, 0, '', 0, 0, '15#FFFFFF', '10#FFFFFF', 'lowText', 'highText', '', '', null, null, 'hand', 'default'); var subM = new ItemStyle(22, 0, '>', -15, 3, '#000000', '#000000', 'lowText', 'highText', 'itemBorder', 'itemBorder', null, null, 'hand', 'default'); var subM2 = new ItemStyle(22, 0, '>', -15, 3, '#FFFFFF', '#D2FF00', 'lowText', 'highText', 'itemBorder', 'itemBorder', 80, 90, 'hand', 'default'); var subM3 = new ItemStyle(22, 0, '>', -15, 3, '#FFFFFF', '#A1C9F6', 'lowText', 'highText', 'itemBorder', 'itemBorder', null, null, 'hand', 'default'); var subBlank = new ItemStyle(22, 1, '>', -15, 3, '#CCCCDD', '#6699CC', 'lowText', 'highText', 'itemBorderBlank', 'itemBorder', null, null, 'hand', 'default'); var button = new ItemStyle(22, 1, '>', -15, 2, '10#006633', '10#CC6600', 'buttonText', 'buttonHover', 'buttonBorder', 'buttonBorderOver', null, null, 'crosshair', 'default'); var pMenu = new PopupMenu('pMenu'); with (pMenu) { // startMenu('root', false, '360', 35, 16, hBar, '', false); addItem('HOME', 'index.html', '', null, 90); addItem('PRODUCTS', 'pNav', 'sm:', null, 90); addItem('ABOUT US', 'aboutUs.html', '', null, 90); addItem('CONTACT US', 'contact.html', '', null, 90); startMenu('pNav', true, 0, 17, 110, subM2, '', false); addItem('Birthday', 'productgallery.php?Type=9', '');addItem('Birth/Get Well', 'productgallery.php?Type=8', '');addItem('Everyday', 'productgallery.php?Type=10', '');addItem('Seasonal', 'productgallery.php?Type=11', '');addItem('Special Occasions', 'productgallery.php?Type=12', '');addItem('High Style', 'productgallery.php?Type=15', '');addItem('Gift Baskets', 'productgallery.php?Type=13', '');addItem('Plants', 'productgallery.php?Type=16', '');addItem('Sympathy', 'productgallery.php?Type=14', '');addItem('Weddings', 'productgallery.php?Type=26', '');addItem('Valentines', 'productgallery.php?Type=23', ''); }