ajFontSize = '11px';
ajSubBorder = '1px solid #D3D3D3';
ajSubBgColor = '#FFFFFF';
ajSubHighlightColor = '#EAEAEA';
ajSubFontColor = '#666666';
ajSubFontHighlightColor = '#666666';
ajItemPad = 0;
ajHTMLBefore = '<div style="padding:4px 6px;">';
ajHTMLAfter = '</div>';

var currentURL = unescape(document.location); 
baseURL = '';
baseImgUrl = '/';


//if we're at order.store.yahoo.com, search.store.yahoo.com or wishlist.com we want domain hardcoded

if ((currentURL.indexOf('order.store.yahoo.com') > -1) || (currentURL.indexOf('search.store.yahoo.com') > -1) || (currentURL.indexOf('wishlist.com') > -1)) {
	baseURL = 'http://www.organize.com/';
	baseImgUrl = 'http://lib.store.yahoo.net/';
}


ajmenu1 = new mainMenu('horizontal', 0, '#FFFFFF', '#DDDDF0', '#666666', '#00006A','','right');
 ajmenu1.divider = '';
 //ajmenu1.fontFamily = 'Verdana';
 ajmenu1.fontSize = ajFontSize;
 //ajmenu1.htmlBefore = '';
 //ajmenu1.htmlAfter = '';
 ajmenu1.cellpadding = 0;
  ajmenu1.addImages(baseURL+'storage-containers.html', baseImgUrl+'lib/thestoragestore/oe.n.storage-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.storage-on.gif');
  ajmenu1.addImages(baseURL+'kitchen.html', baseImgUrl+'lib/thestoragestore/oe.n.kitchen-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.kitchen-on.gif');
  ajmenu1.addImages(baseURL+'cleaning-.html', baseImgUrl+'lib/thestoragestore/oe.n.cleaning-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.cleaning-on.gif');
  ajmenu1.addImages(baseURL+'closets.html', baseImgUrl+'lib/thestoragestore/oe.n.closets-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.closets-on.gif');
  ajmenu1.addImages(baseURL+'bath-laundry.html', baseImgUrl+'lib/thestoragestore/oe.n.bath-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.bath-on.gif');
  ajmenu1.addImages(baseURL+'shelving-furniture-media.html', baseImgUrl+'lib/thestoragestore/oe.n.shelving-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.shelving-on.gif');
  ajmenu1.addImages(baseURL+'garage-and-auto.html', baseImgUrl+'lib/thestoragestore/oe.n.garage-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.garage-on.gif');
  ajmenu1.addImages(baseURL+'office.html', baseImgUrl+'lib/thestoragestore/oe.n.office-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.office-on.gif');
  ajmenu1.addImages(baseURL+'misc.html', baseImgUrl+'lib/thestoragestore/oe.n.misc-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.misc-on.gif');
  ajmenu1.addImages(baseURL+'as-seen-on-tv.html', baseImgUrl+'lib/thestoragestore/oe.n.as-seen-on-tv-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.as-seen-on-tv-on.gif');
  ajmenu1.addImages(baseURL+'greatgiftideas.html', baseImgUrl+'lib/thestoragestore/oe.n.gifts-off.gif', baseImgUrl+'lib/thestoragestore/oe.n.gifts-on.gif');
