
  //  content and functions for top fixed menu and left floating menu
  //  each link location is calls with an id and message number request


  // Source content for output

  //  top menu
	var msg01 = 'Return to the<BR>AlarmFX<BR>home page.';
	var msg02 = 'Our address, phone & fax numbers, and website information.';
	var msg03 = 'Find out about employment with AlarmFX.';
	var msg04 = 'Learn why<BR>AlarmFX<BR>is special.';
	var msg05 = 'Ask a question using our online information request form.';
	var msg06 = 'Locate items<BR>on our website<BR>using this graphical map.';
	var msg07 = 'Powerful tools<BR>for searching<BR>our website<BR>and the internet.';
  //  left main menu
	var msg08 = 'We have a technology solution thats just right for you!';
	var msg09 = 'Important facts to consider before you buy.';
	var msg10 = 'Get Answers!<BR>FAQ, glossary, calculators, & other technical stuff.';
	var msg11 = 'Catalog Information Systems Vendor Document.';
	var msg12 = 'Great prices on security related equipment and accessories!';
  //  left our services sub menu
	var msg13 = 'Fire, smoke, and heat detection and alarm systems.';
	var msg14 = 'Intrusion, panic, hold-up, and other security alarm systems.';
	var msg15 = 'Access control and video badging systems.';
	var msg16 = 'Closed circuit television and video surveillance systems.';
	var msg17 = 'Integration of multiple systems into a single unified system.';
	var msg18 = 'Integrated intercom and public paging systems.';
	var msg19 = 'Nurse call and communication systems for healthcare facilities.';
	var msg20 = 'Master clock syncronized time systems.';
	var msg21 = 'Commercial sound and audio video systems.';
	var msg22 = 'Structured cabling for voice, data, sound, and video.';
	var msg23 = 'We have the<BR>most advanced<BR>fire & security<BR>alarm monitoring available.';
  // left buyers guide sub menu
	var msg24 = 'What to look for when choosing your service provider.';
	var msg25 = 'Information to help you determine your level of risk.';
	var msg26 = 'A professionally installed alarm system may save you money every year!';
	var msg27 = 'Our exclusive full service agreement<BR>with CPR.';
	var msg28 = 'Learn about<BR>various system<BR>components.';
	var msg29 = 'Information about local permits to operate an alarm system.';
  //  left resource center sub menu
	var msg30 = 'Find out how you can prevent false alarms.';
	var msg31 = 'A primer on cabling used in voice and data networks.';
	var msg32 = 'Answers to our most frequently asked questions.';
	var msg33 = 'Find out what those funny words and acronyms mean.';
	var msg34 = 'Recommended links to other fire and security related websites.';
	var msg35 = 'A useful colection of electronics related online calculators.';
	var msg36 = 'A small collection of downloadable customer support files.';


	function changeMe(id,shtml) {
		if (document.getElementById || document.all) {
		var elemId = document.getElementById? document.getElementById(id): document.all[id];
		if (elemId && typeof elemId.innerHTML != "undefined") elemId.innerHTML = shtml;
		}
	}



