/*
  --- 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 = [
	['Main Page', 'index.html', null,
		/*['Rebuilt Tubes', 'rebuilttubes.htm'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']*/
	],
	['Picture Tube Solution', 'pictubesol.htm', null,
		['Rebuilt Tubes', 'rebuilttubes.htm'],
		['CRT Cross Reference', 'crtcrchart.htm'],
			/*['Win32 Browsers', null, null, 
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Opera 5+']
			],
			['Mac OS Browsers', null, null,
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Safari 1.0+']
			],
			['KDE (Linux, FreeBSD)', null, null,
				['Netscape 6.0+'],
				['Mozilla 0.9+']
			]
		],
		['Unsupported Browsers', null, null,
			['Internet Explorer 4.x'],
			['Netscape 4.x']
		],
		['Report test results', 'http://www.softcomplex.com/support.html'],*/
	],
	['Turnkey Solutions', 'turnsol.htm', 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/'],*/
	],
	['Electronic Test Jigs', 'electestjig.htm', 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']*/
	],
	['Electronic Recycling', 'elecrecy.htm', 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']*/
	],
	['Asset Management', 'assetmang.htm', null,
		/*['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']*/
	],
	['Reverse Logistics', 'revlog.htm', null,
		/*['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']*/
	],
	['Refurbished Sales', 'refsales.htm', null,
		/*['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']*/
	],
	['About W. Micronics', 'about.htm', null,
		/*['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']*/
	],
	['Employment', 'employ.htm', null,
		/*['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']*/
	],
	['News', null, null,
		['W.M. News', 'news.htm'],
		['W.M. Articles', 'articles.htm'],
		/*['Y! ID: softcomplex'],
		['AIM ID: softcomplex']*/
	],
	['Contact Us', 'contact.htm', null,
		/*['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']*/
	],
	['Links', 'links.htm', null,
		/*['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']*/
	],
];

