/*
  --- 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.
*/
var MENU_ITEMS = [
	['<<b>login</b>>', null, null,
		['<b style="color:red">Login</b>', '/login.asp',
		],
		['Verify your account', '/verify.asp',
		],
		['<b style="color:orange">Register (FREE!)</b>', '/register.asp',
		],
		['Forgot your password?', '/forgot.asp',
		],
		['Resend verification code', '/resendactivationcode.asp',
		],
	],
	['Search', null, null,
			
			['<b style="color:lightgreen">Simple Item Search</b>', '/search.asp',
			],
			['Advanced', '/search.asp?adv_srch=ADVANCED SEARCH',
			],
			['Locate Mallbazar Agent', '/mallbazaragent.asp',
			],
	],
	['Services', null, null,
			['<b style="color:pink">Auction (HOT!)</b>', '/advancedsearchWithoutForms.asp?search=1&catid=&SearchStr=&AllAnyExact=all&PriceFrom=&PriceTo=&ExcludeStr=&StartFrom=&StartTo=&EndFrom=&EndTo=&IsAuction=on&OrderBy=end_asc&MaxResults=10&txtSearchCaption=&sbmtAdvSearch=Go',
			],
			['Classified', '/advancedsearchWithoutForms.asp?search=1&catid=&SearchStr=&AllAnyExact=all&PriceFrom=&PriceTo=&ExcludeStr=&StartFrom=&StartTo=&EndFrom=&EndTo=&IsClass=on&OrderBy=end_asc&MaxResults=10&txtSearchCaption=&sbmtAdvSearch=Go',
			],
			['Trade', '/advancedsearchWithoutForms.asp?search=1&catid=&SearchStr=&AllAnyExact=all&PriceFrom=&PriceTo=&ExcludeStr=&StartFrom=&StartTo=&EndFrom=&EndTo=&IsTrade=on&OrderBy=end_asc&MaxResults=10&txtSearchCaption=&sbmtAdvSearch=Go',
			],
			['Fixed Price Sale', 'http://www.mallbazar.com/advancedsearchWithoutForms.asp?search=1&catid=&SearchStr=&AllAnyExact=all&PriceFrom=&PriceTo=&ExcludeStr=&StartFrom=&StartTo=&EndFrom=&EndTo=&IsFixed=on&OrderBy=end_asc&MaxResults=10&txtSearchCaption=&sbmtAdvSearch=Go',
			],
			['Dutch Auction', 'http://www.mallbazar.com/advancedsearchWithoutForms.asp?search=1&catid=&SearchStr=&AllAnyExact=all&PriceFrom=&PriceTo=&ExcludeStr=&StartFrom=&StartTo=&EndFrom=&EndTo=&IsDutch=on&OrderBy=end_asc&MaxResults=10&txtSearchCaption=&sbmtAdvSearch=Go',
			],
			
			/*['Other Services', null, null,
			 ['Mobile Services', null,null,
			   ['mobileOsearch Services', 'http://www.mallbazar.com/mobileSearch.asp',
				  ],
			],
			  ['Marketing Services', null, null,
			   ['SMS Marketing Services', '/aboutus.asp',
					  ],
			      ['Email Marketing Services', '/aboutus.asp',
					  ],
			],
				 ['E-Merchant Services', null,null,
				    ['RupiaPay Escrow Services', '/terms.asp',
					  ],
					['Credit Card Services', '/aboutus.asp',
				 	  ],
					  ['Wire Services', '/aboutus.asp',
					  ],
					
				 ],
			 ['Courier Services', null, null,
			      ['Cash On Delivery Services', '/aboutus.asp',
					  ],
			 ],
			],*/
	],
	['Market Place', null, null,
			['All Bazars', '/stores.asp',
			],
			['<b style="color:pink">Top Bazars (HOT!)</b>', null, null,
				['Desert Rose Corportation', '/storecatalog.asp?userid=41',
				],
				['Sarahs KaprayNGahnay', '/storecatalog.asp?userid=40',
				],
				['STORES_OFF_LINE', '/storecatalog.asp?userid=50',
				],
				['AQz Online Store', '/storecatalog.asp?userid=42',
				],
				['Multimedia System', '/storecatalog.asp?userid=71',
				],
				['Classfied Services', '/storecatalog.asp?userid=12',
				],
				['Playdium.Net', '/storecatalog.asp?userid=2',
				],
			],
	],
	['Investors', null, null,
			/*['Partnership', '/aboutus.asp',
			],*/
			['Info', '/aboutus.asp',
			],
	],
	['Newsroom', null, null,
			['Media', '/news.asp',
			],
	],
	['Career', null, null,
			['Become an Agent', 'http://www.mallbazar.com/mallbazaragent.asp',
			],
			['Current Openings', '/SalesMarketing.html',
			],

	],
	['Help', null, null,
	   
			['General Help / Info', '/help.asp',
			],
			['Auction Help', '/helpgeneral.asp',
			],
			/*['Support and Training', null,
			],
			['Where to contact?', '/helpgeneral.asp',
			],
			*/
			['Forum', 'http://SubkuchMiltaHai.mallbazar.com/forum/index.asp',
			],
			['About Mallbazar', '/aboutus.asp',
			],
	],
	['Home', null, null,
			['Front Page', '/index1.asp',
			],
			['Site Index', '/browse.asp',
			],
	],
	['', null, null,
		
	],
		['', null, null,
		
	],
			['', null, null,
		
	],
];

	