if (document.images) {

  img02 = new Image();
  img02b = new Image();
  img02.src = "beautysalon/beauty_02.gif";
  img02b.src = "beautysalon/beauty2_02.gif";

  img03 = new Image();
  img03b = new Image();
  img03.src = "beautysalon/beauty_03.gif";
  img03b.src = "beautysalon/beauty2_03.gif";
  
  img04 = new Image();
  img04b = new Image();
  img04.src = "beautysalon/beauty_04.gif";
  img04b.src = "beautysalon/beauty2_04.gif";

  img05 = new Image();
  img05b = new Image();
  img05.src = "beautysalon/beauty_05.gif";
  img05b.src = "beautysalon/beauty2_05.gif";  

  img06 = new Image();
  img06b = new Image();
  img06.src = "beautysalon/beauty_06.gif";
  img06b.src = "beautysalon/beauty2_06.gif";
  
  img07 = new Image();
  img07b = new Image();
  img07.src = "beautysalon/beauty_07.gif";
  img07b.src = "beautysalon/beauty2_07.gif";
  
  img08 = new Image();
  img08b = new Image();
  img08.src = "beautysalon/beauty_08.gif";
  img08b.src = "beautysalon/beauty2_08.gif";
  
  img09 = new Image();
  img09b = new Image();
  img09.src = "beautysalon/beauty_09.gif";
  img09b.src = "beautysalon/beauty2_09.gif";
  
  img10 = new Image();
  img10b = new Image();
  img10.src = "beautysalon/beauty_10.gif";
  img10b.src = "beautysalon/beauty2_10.gif";  

}
function on(name) {
	if (document.images) {
		fullname = eval(name + "b");
		document[name].src = fullname.src;
	}
}
function off(name) {
  if (document.images) {
    fullname = eval(name);
	if (fullname.complete) {
      document[name].src = fullname.src;
	}
  }
}

