
<!--   

 function loadImages()
 {
  button  = null;
  buttonx = null;
 
  button  = LoadImage("../images/home/button2.gif");
  buttonx = LoadImage("../images/home/xbutton2.gif");  
 }

////////////////////////////////////////////////////////////////////////// 

 loadImages();              
// --> 


