<!--
if (document.images) {
   img1 = new Image(); img1.src = "http://www.projectyum.com/images/menu_img/gallery2.gif";
   img2 = new Image(); img2.src = "http://www.projectyum.com/images/menu_img/tools2.gif";
   img3 = new Image(); img3.src = "http://www.projectyum.com/images/menu_img/material2.gif";
   img4 = new Image(); img4.src = "http://www.projectyum.com/images/menu_img/links2.gif";
   img5 = new Image(); img5.src = "http://www.projectyum.com/images/menu_img/info2.gif";
   img6 = new Image(); img6.src = "http://www.projectyum.com/images/menu_img/profile2.gif";
}
function setImage(img, image) {
   if (img) {
      img.src = image;
   }
}
//-->