/* --- menu items --- */

var MENU_ITEMS = [

['Home.', 'http://www.iantech.com/'],
['Photo Gallery.', 'http://www.iantech.com/gallery/'],
['My System.', null, null,
		['Hardware', 'http://www.iantech.com/tools/index.shtml'],
		['Software', 'http://www.iantech.com/tools/index.shtml#sware'],
			
	],

	['Contact Me.', null, null,
			['Online Contact Form', 'http://www.iantech.com/contact/index.shtml'],
			['E-mail', null, null,
						['General Query', 'mailto:ian@iantech.com?subject=General Query'],

		],

			['ICQ:', null, null,
			['25828668'],
	],
			['Telephone:', null, null,
			['021 1484134'],
		],
	],
	
	];

