active1 = new Image(26,26);
 active1.src = "../images/layout/but1b.jpg";
 inactive1 = new Image(26,26);
 inactive1.src = "../images/layout/but1a.jpg";

active2 = new Image(26,26);
 active2.src = "../images/layout/but2b.jpg";
 inactive2 = new Image(26,26);
 inactive2.src = "../images/layout/but2a.jpg";

active3 = new Image(26,26);
 active3.src = "../images/layout/but3b.jpg";
 inactive3 = new Image(26,26);
 inactive3.src = "../images/layout/but3a.jpg";
 
active4 = new Image(26,26);
 active4.src = "../images/layout/but4b.jpg";
 inactive4 = new Image(26,26);
 inactive4.src = "../images/layout/but4a.jpg";

active5 = new Image(26,26);
 active5.src = "../images/layout/but5b.jpg";
 inactive5 = new Image(26,26);
 inactive5.src = "../images/layout/but5a.jpg";
 
active6 = new Image(26,26);
 active6.src = "../images/layout/but6b.jpg";
 inactive6 = new Image(26,26);
 inactive6.src = "../images/layout/but6a.jpg";

active7 = new Image(26,26);
 active7.src = "../images/layout/but7b.jpg";
 inactive7 = new Image(26,26);
 inactive7.src = "../images/layout/but7a.jpg";
 
 active8 = new Image(26,26);
 active8.src = "../images/layout/but8b.jpg";
 inactive8 = new Image(26,26);
 inactive8.src = "../images/layout/but8a.jpg";
 
  active9 = new Image(26,26);
 active9.src = "../images/layout/but9b.jpg";
 inactive9 = new Image(26,26);
 inactive9.src = "../images/layout/but9a.jpg";
