	<!--
	// THE VARIABLE USED BY THE SCRIPT BELOW is defined in the template as strRootPath

	if (document.images) {

         var contactoff2 = new Image()
         contactoff2.src = strRootPath + "images/contactus.jpg"
         var contacton1 = new Image()
         contacton1.src = strRootPath + "images/contactus1.jpg"

         var jobbankoff2 = new Image()
        jobbankoff2.src = strRootPath + "images/jobbank.jpg"
         var jobbankon1 = new Image()
         jobbankon1.src = strRootPath + "images/jobbank1.jpg"

		 var profileoff2 = new Image()
         profileoff2.src = strRootPath + "images/profile.jpg"
         var profileon1 = new Image()
         profileon1.src = strRootPath + "images/profile1.jpg"

		 var servicesoff2 = new Image()
         servicesoff2.src = strRootPath + "images/services.jpg"
         var serviceson1 = new Image()
         serviceson1.src = strRootPath + "images/services1.jpg"

		 var whatsnewoff2 = new Image()
         whatsnewoff2.src = strRootPath + "images/whatsnew.jpg"
         var whatsnewon1 = new Image()
         whatsnewon1.src = strRootPath + "images/whatsnew1.jpg"

		 var careeroff2 = new Image()
         careeroff2.src = strRootPath + "images/career.jpg"
         var careeron1 = new Image()
         careeron1.src = strRootPath + "images/career1.jpg"
		 
		 var linksoff2 = new Image()
         linksoff2.src = strRootPath + "images/links.jpg"
         var linkson1 = new Image()
         linkson1.src = strRootPath + "images/links1.jpg"
 	 
		 var cremeoff2 = new Image()
         cremeoff2.src = strRootPath + "images/creme.jpg"
         var cremeon1 = new Image()
         cremeon1.src = strRootPath + "images/creme1.jpg"
	
	var homeeoff2 = new Image()
         homeeoff2.src = strRootPath + "images/home.jpg"
         var homeeon1 = new Image()
         homeeon1.src = strRootPath + "images/home1.jpg"

		 var francaisoff2 = new Image()
         francaisoff2.src = strRootPath + "images/francais.jpg"
         var francaison1 = new Image()
         francaison1.src = strRootPath + "images/francais1.jpg"
	}

	function act(imgName) {
		 if (document.images)
				   document[imgName].src = eval(imgName + 'on1.src')
	}

	function inact(imgName) {
		 if (document.images)
				   document[imgName].src = eval(imgName + 'off2.src')
	}
	//-->

