﻿		<!--
			//Preload the images for the rollover
			
			if (document.images) {
				about= new Image(100,48);
				about.src="img/support/MENU/about.png";
				about_over= new Image(100,48);
				about_over.src="img/support/MENU/about_over.png";
				about_cur= new Image(100,48);
				about_cur.src="img/support/MENU/about_cur.png";
				business= new Image(100,48);
				business.src="img/support/MENU/business.png";
				business_over= new Image(100,48);
				business_over.src="img/support/MENU/business_over.png";
				business_cur= new Image(100,48);
				business_cur.src="img/support/MENU/business_cur.png";
				government= new Image(100,48);
				government.src="img/support/MENU/government.png";
				government_over= new Image(100,48);
				government_over.src="img/support/MENU/government_over.png";
				government_cur= new Image(100,48);
				government_cur.src="img/support/MENU/government_cur.png";
				clients= new Image(100,48);
				clients.src="img/support/MENU/clients.png";
				clients_over= new Image(100,48);
				clients_over.src="img/support/MENU/clients_over.png";
				clients_cur= new Image(100,48);
				clients_cur.src="img/support/MENU/clients_cur.png";
				contact= new Image(100,48);
				contact.src="img/support/MENU/contact.png";
				contact_over= new Image(100,48);
				contact_over.src="img/support/MENU/contact_over.png";
				contact_cur= new Image(100,48);
				contact_cur.src="img/support/MENU/contact_cur.png";
				research= new Image(100,48);
				research.src="img/support/MENU/research.png";
				research_over= new Image(100,48);
				research_over.src="img/support/MENU/research_over.png";
				research_cur= new Image(100,48);
				research_cur.src="img/support/MENU/research_cur.png";
			}
			
			// Function to replace the off images with on images.
			
			function rollover(imagename, newsrc) {
				document.images[imagename].src=newsrc.src

			}			

			-->
