	<!--
	// 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/contactusf.jpg"
         var contacton1 = new Image()
         contacton1.src = strRootPath + "images/contactus1f.jpg"

         var jobbankoff2 = new Image()
        jobbankoff2.src = strRootPath + "images/jobbankf.jpg"
         var jobbankon1 = new Image()
         jobbankon1.src = strRootPath + "images/jobbank1f.jpg"

		 var profileoff2 = new Image()
         profileoff2.src = strRootPath + "images/profilef.jpg"
         var profileon1 = new Image()
         profileon1.src = strRootPath + "images/profile1f.jpg"

		 var servicesoff2 = new Image()
         servicesoff2.src = strRootPath + "images/servicesf.jpg"
         var serviceson1 = new Image()
         serviceson1.src = strRootPath + "images/services1f.jpg"

		 var whatsnewoff2 = new Image()
         whatsnewoff2.src = strRootPath + "images/whatsnewf.jpg"
         var whatsnewon1 = new Image()
         whatsnewon1.src = strRootPath + "images/whatsnew1f.jpg"

		 var careeroff2 = new Image()
         careeroff2.src = strRootPath + "images/careerf.jpg"
         var careeron1 = new Image()
         careeron1.src = strRootPath + "images/career1f.jpg"
		 
		 var linksoff2 = new Image()
         linksoff2.src = strRootPath + "images/linksf.jpg"
         var linkson1 = new Image()
         linkson1.src = strRootPath + "images/links1f.jpg"
 	 
		 var cremeoff2 = new Image()
         cremeoff2.src = strRootPath + "images/cremef.jpg"
         var cremeon1 = new Image()
         cremeon1.src = strRootPath + "images/creme1f.jpg"

		 var homeoff2 = new Image()
         homeoff2.src = strRootPath + "images/homef.jpg"
         var homeon1 = new Image()
         homeon1.src = strRootPath + "images/home1f.jpg"

		 var englishoff2 = new Image()
         englishoff2.src = strRootPath + "images/englishf.jpg"
         var englishon1 = new Image()
         englishon1.src = strRootPath + "images/english1f.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')
	}
	//-->

