browserName=navigator.appName; 
browserVer=parseInt(navigator.appVersion);
//client=null; loaded = 0;
if ((browserName=="Netscape" && browserVer>=3) || (browserName=="Microsoft Internet Explorer" && browserVer>=4))
    client ="ns3";

//load rollover images

infogron = new Image;
infogron.src ="/graphics/left/a_3.gif"; 

managegron =new Image;
managegron.src ="/graphics/left/s_3.gif"; 

newsgron =new Image;
newsgron.src="/graphics/left/a_3.gif"; 

researchgron =new Image;
researchgron.src="/graphics/left/r_3.gif"; 

productsgron =new Image;
productsgron.src ="/graphics/left/p_3.gif"; 

resourceson = new Image(30,39);
resourceson.src ="/graphics/left/l_3.gif";

publicon=new Image (30,39);
publicon.src="/graphics/left/p_3_new.gif";
educationon=new Image (30,39);
educationon.src="/graphics/left/e_3.gif";

serviceon=new Image(30,39);
serviceon.src ="/graphics/left/s_3.gif";

contactgron =new Image;
contactgron.src ="/graphics/left/c_3.gif";

theseisgron =new Image;
theseisgron.src = "/graphics/left/j_3.gif";

sindesmoigron =new Image;
sindesmoigron.src = "/graphics/left/l_3.gif";
searchon =new Image(30,39);
searchon.src = "/graphics/left/s_3.gif";

infogroff =new Image;
infogroff.src ="/graphics/left/a_1.gif"; 

managegroff =new Image;
managegroff.src ="/graphics/left/s_1.gif"; 

newsgroff =new Image;
newsgroff.src="/graphics/left/a_1.gif"; 

researchgroff =new Image;
researchgroff.src="/graphics/left/r_1.gif"; 

productsgroff =new Image;
productsgroff.src ="/graphics/left/p_1.gif"; 

resourcesoff = new Image(30,39);
resourcesoff.src ="/graphics/left/l_1.gif";

publicoff=new Image (30,39);
publicoff.src="/graphics/left/p_1_new.gif";
educationoff=new Image (30,39);
educationoff.src="/graphics/left/e_1.gif";


serviceoff=new Image(30,39);
serviceoff.src ="/graphics/left/s_1.gif";

contactgroff =new Image;
contactgroff.src ="/graphics/left/c_1.gif";

theseisgroff =new Image;
theseisgroff.src = "/graphics/left/j_1.gif";

sindesmoigroff =new Image;
sindesmoigroff.src = "/graphics/left/l_1.gif";
searchoff =new Image(30,39);
searchoff.src = "/graphics/left/s_1.gif";

loaded = 1



function imgOn(imgName) 
{ if (document.images) 
 {
  if (client=="ns3" && loaded=="1")
      { document[imgName].src = eval(imgName + "on.src"); 
   } 
   }
 }

function imgOff(imgName) 
{ if (document.images) 
   {
     if (client=="ns3" && loaded=="1") 
      {
       document[imgName].src = eval(imgName + "off.src");
     }
  }
 }

function MakeArray(n) {
for (var i=0; i<=n; i++) this[i]=0;
return this;
}
l=new MakeArray(11);
l[0]="manage_eng.html";
l[1]="council_eng.html";
l[2]="director_eng.html";
l[3]="link_eng.html";
l[4]="merimna_eng.html";
l[5]="lexiko_eng.html";
l[6]="office_eng.html";
l[7]="educational_eng.html";
l[8]="voice_eng.html";
l[9]="translation_eng.html";
l[10]="thrace_eng.html";


