
if (document.images)
{
me1= new Image(40,40); 
me1.src='graphx/title/but_me1.gif'; 
	me2= new Image(40,40); 
	me2.src='graphx/title/but_me2.gif'; 
me3= new Image(40,40); 
me3.src='graphx/title/but_me3.gif'; 

doc1= new Image(40,40); 
doc1.src='graphx/title/but_doc1.gif'; 
	doc2= new Image(40,40); 
	doc2.src='graphx/title/but_doc2.gif'; 
doc3= new Image(40,40); 
doc3.src='graphx/title/but_doc3.gif'; 

art1= new Image(40,40); 
art1.src='graphx/title/but_art1.gif'; 
	art2= new Image(40,40); 
	art2.src='graphx/title/but_art2.gif'; 
art3= new Image(40,40); 
art3.src='graphx/title/but_art3.gif'; 

gam1= new Image(40,40); 
gam1.src='graphx/title/but_gam1.gif'; 
	gam2= new Image(40,40); 
	gam2.src='graphx/title/but_gam2.gif'; 
gam3= new Image(40,40); 
gam3.src='graphx/title/but_gam3.gif'; 

for1= new Image(40,40); 
for1.src='graphx/title/but_for1.gif'; 
	for2= new Image(40,40); 
	for2.src='graphx/title/but_for2.gif'; 
for3= new Image(40,40); 
for3.src='graphx/title/but_for3.gif'; 
}

function anim1(imgident, imgName)
 {
   if (document.images)
    {
      img1=eval(imgName + "1.src");
      document.getElementById(imgident).src = img1;
    }
 }

function anim2(imgident, imgName)
 {
   if (document.images)
    {
      img2=eval(imgName + "2.src");
      document.getElementById(imgident).src = img2;
    }
 }

function anim3(imgident, imgName)
 {
    {
      img3=eval(imgName + "3.src");
      document.getElementById(imgident).src = img3;
    }
 }