// PINUP NYC NAVIGATION *******************************************************************************************************************
// ***********************************************************************************************************************************************
// ***********************************************************************************************************************************************
 ajmenu1 = new mainMenu('horizontal', 0, 'transparent', '#BF307B', 'white', 'white', '');
 ajmenu1.menuborder = '';
 ajmenu1.itemborder = '';
 ajmenu1.pad_1 = 0;
 ajmenu1.pad_2 = 0;
 ajmenu1.divider = '|';
 ajmenu1.addItems(
'Home <font color="#FC0101" size="-2">&#149;</font>','http://www.pinupnyc.com',
'The Gals <font color="#FC0101" size="-2">&#149;</font>','http://pinupnyc.com/gallery/view_album.php?set_albumName=gals_annick',
'The Guys <font color="#FC0101" size="-2">&#149;</font>','http://pinupnyc.com/gallery/view_album.php?set_albumName=guys_annick',
'Articles <font color="#FC0101" size="-2">&#149;</font>','http://www.pinupnyc.com/articles_index.html',
'Reviews <font color="#FC0101" size="-2">&#149;</font>','http://www.pinupnyc.com/reviews_index.html',
'Toons <font color="#FC0101" size="-2">&#149;</font>','http://pinupnyc.com/gallery/view_album.php?set_albumName=toons',
'Art Gallery <font color="#FC0101" size="-2">&#149;</font>','http://pinupnyc.com/gallery/view_album.php?set_albumName=artgallery',
'Advice <font color="#FC0101" size="-2">&#149;</font>','http://pinupnyc.com/columns/mistress_galaxandria.html',
'Contact','http://www.pinupnyc.com/contact.html'
);
	
// 4 ARTICLES
	ajmenu1 = new subMenu('4','black', '#BF307B', 'WHITE', 'BLACK');
	ajmenu1.menuborder = '';
	ajmenu1.itemborder = '1px solid #FFFFFF';
	ajmenu1.addItems(
	'<font class="ajmainmenu">All Articles</font>','http://www.pinupnyc.com/articles_index.html',
	'<font class="ajmainmenu">The AKAs</font>','http://www.pinupnyc.com/articles/AKAs.html',
	'<font class="ajmainmenu">Rancid</font>','http://www.pinupnyc.com/articles/rancid.html',
	'<font class="ajmainmenu">Flogging Molly</font>','http://www.pinupnyc.com/articles/floggingmolly.html',
	'<font class="ajmainmenu">U.S.Bombs</font>','http://www.pinupnyc.com/articles/bombs.html',
	'<font class="ajmainmenu">Joe Strummer Tribute</font>','http://www.pinupnyc.com/strummer.html',
	'<font class="ajmainmenu">Jesse Michaels</font>','http://www.pinupnyc.com/articles/jesse.html',
	'<font class="ajmainmenu">Rion Vernon</font>','http://www.pinupnyc.com/articles/rionvernon.html',
	'<font class="ajmainmenu">Horace Andy</font>','http://www.pinupnyc.com/articles/horaceandy.html',
	'<font class="ajmainmenu">LES Stitches</font>','http://www.pinupnyc.com/articles/les_stitches.html'
);	

// 5 REVIEWS
	ajmenu1 = new subMenu('5','black', '#BF307B', 'WHITE', 'BLACK');
	ajmenu1.menuborder = '';
	ajmenu1.itemborder = '1px solid #FFFFFF';
	ajmenu1.addItems(
	'<font class="ajmainmenu">All Reviews</font>','http://www.pinupnyc.com/reviews_index.html',
	'<font class="ajmainmenu">Movies</font>','http://www.pinupnyc.com/reviews/film.html',
	'<font class="ajmainmenu">Books</font>','http://www.pinupnyc.com/reviews/books.html',
	'<font class="ajmainmenu">Albums</font>','http://www.pinupnyc.com/reviews/albums.html'

);		

// 9 CONTACT US
	ajmenu1 = new subMenu('9','black', '#BF307B', 'WHITE', 'BLACK');
	ajmenu1.menuborder = '';
	ajmenu1.itemborder = '1px solid #FFFFFF';
	ajmenu1.addItems(
	'<font class="ajmainmenu">Contact Us</font>','http://www.pinupnyc.com/contact.html',
	'<font class="ajmainmenu">Submissions</font>','http://www.pinupnyc.com/submissions.html',
	'<font class="ajmainmenu">E-Mail Updates</font>','http://www.pinupnyc.com/lists.html',
	'<font class="ajmainmenu">Linx</font>','http://www.pinupnyc.com/linx.html'
);		
