
{
alt0 = new Image();
alt0.src = "images/text0.gif";
alt1 = new Image();
alt1.src = "images/text1.gif";
alt2 = new Image();
alt2.src = "images/text2.gif";
alt3 = new Image();
alt3.src = "images/text3.gif";
alt4 = new Image();
alt4.src = "images/text4.gif";
alt5 = new Image();
alt5.src = "images/text0.gif";
alt6 = new Image();
alt6.src = "images/text6.gif";
alt7 = new Image();
alt7.src = "images/text0.gif";
alt8 = new Image();
alt8.src = "images/text8.gif";
alt9 = new Image();
alt9.src = "images/text9.gif";
alt10 = new Image();
alt10.src = "images/text0.gif";
alt11 = new Image();
alt11.src = "images/text0.gif";
alt12 = new Image();
alt12.src = "images/text12.gif";
alt13 = new Image();
alt13.src = "images/text13.gif";

graphic1= new Image();
graphic1.src = "images/psabt1_off.gif";
graphic1on = new Image();
graphic1on.src = "images/psabt1_on.gif";
graphic2= new Image();
graphic2.src = "images/psabt2_off.gif";
graphic2on = new Image();
graphic2on.src = "images/psabt2_on.gif";
graphic3= new Image();
graphic3.src = "images/psabt3_off.gif";
graphic3on = new Image();
graphic3on.src = "images/psabt3_on.gif";
graphic4= new Image();
graphic4.src = "images/psabt4_off.gif";
graphic4on = new Image();
graphic4on.src = "images/psabt4_on.gif";
graphic5= new Image();
graphic5.src = "images/psabt5_off.gif";
graphic5on = new Image();
graphic5on.src = "images/psabt5_on.gif";
graphic6= new Image();
graphic6.src = "images/psabt6_off.gif";
graphic6on = new Image();
graphic6on.src = "images/psabt6_on.gif";
graphic7= new Image();
graphic7.src = "images/psabt7_off.gif";
graphic7on = new Image();
graphic7on.src = "images/psabt7_on.gif";
graphic8= new Image();
graphic8.src = "images/psabt8_off.gif";
graphic8on = new Image();
graphic8on.src = "images/psabt8_on.gif";
graphic9= new Image();
graphic9.src = "images/psabt9_off.gif";
graphic9on = new Image();
graphic9on.src = "images/psabt9_on.gif";
graphic10= new Image();
graphic10.src = "images/psabt10_off.gif";
graphic10on = new Image();
graphic10on.src = "images/psabt10_on.gif";
graphic11= new Image();
graphic11.src = "images/psabt11_off.gif";
graphic11on = new Image();
graphic11on.src = "images/psabt11_on.gif";
graphic12= new Image();
graphic12.src = "images/psabt12_off.gif";
graphic12on = new Image();
graphic12on.src = "images/psabt12_on.gif";
graphic13= new Image();
graphic13.src = "images/psabt13_off.gif";
graphic13on = new Image();
graphic13on.src = "images/psabt13_on.gif";
}
function imageChange(imageID,imageName,imageID2,imageName2) {


{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}
