<!--

  if (document.images)
   {
     menu001on= new Image(118,30);
     menu001on.src="/images/new/global/menu/undergraduate_on.png";
	 menu002on= new Image(97,30);
     menu002on.src="/images/new/global/menu/postgraduate_on.png";
	 menu003on= new Image(35,30);
     menu003on.src="/images/new/global/menu/mba_on.png";
	 menu004on= new Image(127,30);
     menu004on.src="/images/new/global/menu/doctoralstudents_on.png";
	 menu005on= new Image(71,30);
     menu005on.src="/images/new/global/menu/research_on.png";
	 menu006on= new Image(135,30);
     menu006on.src="/images/new/global/menu/commercialservices_on.png";
	 menu007on= new Image(132,30);
     menu007on.src="/images/new/global/menu/learningandteaching_on.png";
	 menu008on= new Image(51,30);
     menu008on.src="/images/new/global/menu/alumni_on.png";
	 menu009on= new Image(52,30);
     menu009on.src="/images/new/global/menu/about_on.png";
	 
	 menu001off= new Image(118,30);
     menu001off.src="/images/new/global/menu/undergraduate_off.png";
	 menu002off= new Image(97,30);
     menu002off.src="/images/new/global/menu/postgraduate_off.png";
	 menu003off= new Image(35,30);
     menu003off.src="/images/new/global/menu/mba_off.png";
	 menu004off= new Image(127,30);
     menu004off.src="/images/new/global/menu/doctoralstudents_off.png";
	 menu005off= new Image(71,30);
     menu005off.src="/images/new/global/menu/research_off.png";
	 menu006off= new Image(135,30);
     menu006off.src="/images/new/global/menu/commercialservices_off.png";
	 menu007off= new Image(132,30);
     menu007off.src="/images/new/global/menu/learningandteaching_off.png";
	 menu008off= new Image(51,30);
     menu008off.src="/images/new/global/menu/alumni_off.png";
	 menu009off= new Image(52,30);
     menu009off.src="/images/new/global/menu/about_off.png";
   }

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }

//-->
