
var MENU_ITEMS=new Array();

function loadMenuItems(menuItems1){
	MENU_ITEMS=menuItems1;

}
/*
  --- 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 = [
	['<IMG SRC="/images/leftmenu/MENU_RELATED_LINKS.gif" WIDTH="136" HEIGHT="28" BORDER="0" ALT="">'
, null, null,
		['Product Education', null, null,
			['About Diamonds','/diamonds/user/weblinks/HTMLTemplate.jsp?linkid=EDU_DIA'],
			['About Metals', '/diamonds/user/weblinks/HTMLTemplate.jsp?linkid=PRM'],
			['About Gem Stones','/diamonds/user/weblinks/HTMLTemplate.jsp?linkid=GMS']
		],
		['Product Care', '/diamonds/user/weblinks/HTMLTemplate.jsp?linkid=PRTCR'],
		
		['Engagement Guide', '/diamonds/user/weblinks/HTMLTemplate.jsp?linkid=ENGGD'],
		['Shipping Service  ', '/diamonds/user/weblinks/HTMLTemplate.jsp?linkid=SHPSR'],
	],
	['<IMG SRC="/images/leftmenu/MENU_S_B_PRODUCT.gif" WIDTH="136" HEIGHT="28" BORDER="0" ALT="">', null, null,
		['Product Page', 'http://www.softcomplex.com/products/tigra_menu/'],
		['Welcome Page', '../'],
		['Documentation', 'http://www.softcomplex.com/products/tigra_menu/docs/'],
		['Forums', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=29'],
		['TM Comparison Table', 'http://www.softcomplex.com/products/tigra_menu/docs/compare_menus.html'],
		['Online Menu Builder', 'http://www.softcomplex.com/products/tigra_menu/builder/'],
	],
	['<IMG SRC="/images/leftmenu/MENU_S_B_MATERIAL.gif" WIDTH="136" HEIGHT="28" BORDER="0" ALT="">', null, null,
		['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html']
	],
	//['<IMG SRC="/images/leftmenu/MENU_S_B_OCCASION.gif" WIDTH="136" HEIGHT="28" BORDER="0" ALT="">', null, null,
	//	['E-mail', 'http://www.heeramoti.com/support.html'],
	//	['ICQ: 31599891'],
	//	['Y! ID: heeramoti'],
	//	['AIM ID: heeramoti']
	//],
	['<IMG SRC="/images/leftmenu/MENU_SEARCH.gif" WIDTH="136" HEIGHT="28" BORDER="0" ALT="">', null, null,
		['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']
	],
];
*/
