bA = new Image;
bA.src = "images/buttonA.gif";
bA_on = new Image;
bA_on.src = "images/buttonA_on.gif";
bB = new Image;
bB.src = "images/buttonB.gif";
bB_on = new Image;
bB_on.src = "images/buttonB_on.gif";
bC = new Image;
bC.src = "images/buttonC.gif";
bC_on = new Image;
bC_on.src = "images/buttonC_on.gif";
bD = new Image;
bD.src = "images/buttonD.gif";
bD_on = new Image;
bD_on.src = "images/buttonD_on.gif";
bE = new Image;
bE.src = "images/buttonE.gif";
bE_on = new Image;
bE_on.src = "images/buttonE_on.gif";
bF = new Image;
bF.src = "images/buttonF.gif";
bF_on = new Image;
bF_on.src = "images/buttonF_on.gif";
bG = new Image;
bG.src = "images/buttonG.gif";
bG_on = new Image;
bG_on.src = "images/buttonG_on.gif";
bH = new Image;
bH.src = "images/buttonH.gif";
bH_on = new Image;
bH_on.src = "images/buttonH_on.gif";
bI = new Image;
bI.src = "images/buttonI.gif";
bI_on = new Image;
bI_on.src = "images/buttonI_on.gif";
bJ = new Image;
bJ.src = "images/buttonJ.gif";
bJ_on = new Image;
bJ_on.src = "images/buttonJ_on.gif";

function show(base, img)
{
	document.images[base].src = img.src
}

function openThis(srcFile)
{  
   window.open(srcFile, "Hasharon", "scrollbars=yes,width=640,height=480");
}