// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax






//!!!!!!!!!!!! 
// 1.if you change text of root item 
// make sure you change if it setMyOwnStyles() and setMyOwnPosition Function!!!!!!!!1

// 2. if you change text of last sub-item 
// make sure you change if it mitem_getstyle() Function!!!!!!!!1
////////////////////
var MENU_ITEMS = [

	['FIND A CONDO', '', null,
		['Easy Condo Search', '/condosearch'],
		['$8,000 Tax Credit', '/GreatNewReasons.aspx'],
		['Featured Developments', '/featuredproperties.aspx'],
		['Featured Condos', '/featuredindividualcondos.aspx'],
		['Condo Realtors&reg;', '/specialists.aspx'],
		['Condo Auctions', '/Auction.aspx'],
		['Rent-to-Own Condos', '/RentToOwn.aspx'],
		['Rental Condos', '/RentACondo.aspx'],
		['Foreclosed Condos', '/ForeclosedCondos'],
		['Condotels', '/Condotels.html'],
		['Relocation', '/Relocation'],
		['Pet Friendly Condos', '/pet.html']
	],
	
	['SELL A CONDO','', null,
		['Sell a Condo', '/listyourcondo.aspx'],
		['Sell a Development', '/listyourdevelopment.aspx'],
		['Condo Realtors&reg;', '/specialists.aspx'],
		['Condo Auctions', '/Auction.aspx'],
		['Short Sale Condos', '/ShortSale.aspx']
	],
	
	['FINANCE A CONDO','', null,
		['Condo Financing', '/FinanceYourCondo.aspx'],
		['Getting Started', '/gettingstarted.aspx'],		
		['See if you Qualify', '/financing.aspx']
	],
	
	['RENT A CONDO','', null,		
		['Rental Condos', '/RentACondo.aspx'],		
		['Rent-to-Own Condos', '/RentToOwn.aspx']
	],
	
	['REAL ESTATE AUCTIONS','http://realestateauctions.com/', null,
	]
	/*
	['REAL ESTATE AUCTIONS','', null,		
		['Real Estate Auctions', '/RealEstateAuctions'],		
		['Upcoming Auction', '/RealEstateAuctions/chicago-real-estate-auction-february-2010.html'],		
		['Benefits for Buyers', '/BuyersBenefits.aspx'],		
		['Benefits for Sellers', '/SellersBenefits.aspx'],		
		['Auction FAQs', '/RealEstateAuctions/RealEstateAuctionsFAQ.html']
	]*/
]

//!!!!!!!!!!!! 
// 1.if you change text of root item 
// make sure you change if it setMyOwnStyles() and setMyOwnPosition Function!!!!!!!!1

// 2. if you change text of last sub-item 
// make sure you change if it mitem_getstyle() Function!!!!!!!!1
////////////////////
