	// Specify parameters for images used on this page
	// Number of images in the navigation bar set
	var numImages = 6;  
	// Base for the HTML name used for all images, before suffixes to denote normal/over/active versions or image numbers
	// HTML names should be image_1, image_2, etc...
	var strImageName = 'menu';
	// Frameset name for frame containing a static navigation bar, or framename containing
	// navigation bar if only single navigation bar is used. For non-frameset sites use ''
	var strFrameName = '';
	// Base location/name for all images, before suffixes to denote normal/over/active versions or image numbers
	// Image naming convention must be image_1.gif, imageo_1.gif, imagea_1.gif, image_2.gif, etc...
	var strFileBase = '/images/menu';

	//Size the array based on the number of images in the navigation bar set + 1, then add
	//the text to be shown in the status bar for each navigation item, starting with element [1]
	strTitles = new Array(7);
	strTitles[1] = 'About MMK Consulting...';
	strTitles[2] = 'MMK Consulting experience and qualifications...';
	strTitles[3] = 'About major MMK Consulting projects...';
	strTitles[4] = 'MMK Consulting in the news...';
	strTitles[5] = 'About MMK Consulting staff...';
	strTitles[6] = 'Contact details for MMK Consulting...';


