<!--
/* check first */
if (document.images)
{
/* preload */
jwiprog1 = new Image();
jwiprog1.src = "graphics/jwiprog1.bmp";
jwiprog2 = new Image();
jwiprog2.src = "graphics/jwiprog2.bmp";
jwieve1 = new Image();
jwieve1.src = "graphics/jwieve1.bmp";
jwieve2 = new Image();
jwieve2.src = "graphics/jwieve2.bmp";
jwiprev1 = new Image();
jwiprev1.src = "graphics/jwiprev1.bmp";
jwiprev2 = new Image();
jwiprev2.src = "graphics/jwiprev2.bmp";
jwicom1 = new Image();
jwicom1.src = "graphics/jwicom1.bmp";
jwicom2 = new Image();
jwicom2.src = "graphics/jwicom2.bmp";
jwipgal1 = new Image();
jwipgal1.src = "graphics/jwipgal1.bmp";
jwipgal2 = new Image();
jwipgal2.src = "graphics/jwipgal2.bmp";
jwihis1 = new Image();
jwihis1.src = "graphics/jwihis1.bmp";
jwihis2 = new Image();
jwihis2.src = "graphics/jwihis2.bmp";
jwiarc1 = new Image();
jwiarc1.src = "graphics/jwiarc1.bmp";
jwiarc2 = new Image();
jwiarc2.src = "graphics/jwiarc2.bmp";
jwifed1 = new Image();
jwifed1.src = "graphics/jwifed1.bmp";
jwifed2 = new Image();
jwifed2.src = "graphics/jwifed2.bmp";

jwiden1 = new Image();
jwiden1.src = "graphics/jwiden1.bmp";
jwiden2 = new Image();
jwiden2.src = "graphics/jwiden2.bmp";
jwiback1 = new Image();
jwiback1.src = "graphics/jwiback1.bmp";
jwiback2 = new Image();
jwiback2.src = "graphics/jwiback2.bmp";

jwijjwalk1 = new Image();
jwijjwalk1.src = "graphics/jwijjwalk1.bmp";
jwijjwalk2 = new Image();
jwijjwalk2.src = "graphics/jwijjwalk2.bmp";

jwicontact1 = new Image();
jwicontact1.src = "graphics/jwicontact1.bmp";
jwicontact2 = new Image();
jwicontact2.src = "graphics/jwicontact2.bmp";



}

function On(imageName)
{
 if (document.images)
  {
   document[imageName].src = eval(imageName+"2.src");
  }
}
function Off(imageName)
{
 if (document.images)
  {
   document[imageName].src = eval(imageName+"1.src");
  }
}
// -->