/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
	['Meats', null, null,
		['None Yet','another.html', {'tw' : 'content'}],
		['Level 1 Item 1','another.html', {'tw' : 'content'}],
		['Level 1 Item 2','another.html', {'tw' : 'content'}],
		['Level 1 Item 3','another.html', {'tw' : 'content'}],
	],


*/

var MENU_ITEMS = [
	['Home','http://personal.bellsouth.net/~cathysloan/index.html', {'tw' : '_self'}],
	['Email Me','mailto:cathygrrl@hotmail.com', {'tw' : '_self'}],
	['2001', null, null,
		['January', null, null ],
		['February', null, null ],
		['March', null, null ],
		['April','archive-2001-04.html', {'tw' : '_self'}],
		['May','archive-2001-05.html', {'tw' : '_self'}],
		['June','archive-2001-06.html', {'tw' : '_self'}],
		['July','archive-2001-07.html', {'tw' : '_self'}],
		['August','archive-2001-08.html', {'tw' : '_self'}],
		['September','archive-2001-09.html', {'tw' : '_self'}],
		['October','archive-2001-10.html', {'tw' : '_self'}],
		['November','archive-2001-11.html', {'tw' : '_self'}],
		['December','archive-2001-12.html', {'tw' : '_self'}],
	],
	['2002', null, null,
		['January','archive-2002-01.html', {'tw' : '_self'}],
		['February', null, null ],
		['March','archive-2002-03.html', {'tw' : '_self'}],
		['April','archive-2002-04.html', {'tw' : '_self'}],
		['May','archive-2002-05.html', {'tw' : '_self'}],
		['June','archive-2002-06.html', {'tw' : '_self'}],
		['July','archive-2002-07.html', {'tw' : '_self'}],
		['August', null, null ],
		['September', null, null ],
		['October', null, null ],
		['November','archive-2002-11.html', {'tw' : '_self'}],
		['December', null, null ],
	],
	['2003', null, null,
		['January','archive-2003-01.html', {'tw' : '_self'}],
		['February','archive-2003-02.html', {'tw' : '_self'}],
		['March','archive-2003-03.html', {'tw' : '_self'}],
		['April','archive-2003-04.html', {'tw' : '_self'}],
		['May','archive-2003-05.html', {'tw' : '_self'}],
		['June','archive-2003-06.html', {'tw' : '_self'}],
		['July', null, null ],
		['August','archive-2003-08.html', {'tw' : '_self'}],
		['September','archive-2003-09.html', {'tw' : '_self'}],
		['October','archive-2003-10.html', {'tw' : '_self'}],
		['November','archive-2003-11.html', {'tw' : '_self'}],
		['December','archive-2003-12.html', {'tw' : '_self'}],
	],
	['2004', null, null,
		['January','archive-2004-01.html', {'tw' : '_self'}],
		['February','archive-2004-02.html', {'tw' : '_self'}],
		['March','archive-2004-03.html', {'tw' : '_self'}],
		['April','archive-2004-04.html', {'tw' : '_self'}],
		['May','archive-2004-05.html', {'tw' : '_self'}],
		['June', null, null ],
		['July', null, null ],
		['August', null, null ],
		['September', null, null ],
		['October', null, null ],
		['November', null, null ],
		['December', null, null ],
	],

];