/* initialize */


pct1=new Image();
pctOn1=new Image();
pct1.src=path+"img2011/1_of.gif";
pctOn1.src=path+"img2011/1_on.gif";

pct2=new Image();
pctOn2=new Image();
pct2.src=path+"img2011/2_of.gif";
pctOn2.src=path+"img2011/2_on.gif";

pct3=new Image();
pctOn3=new Image();
pct3.src=path+"img2011/3_of.gif";
pctOn3.src=path+"img2011/3_on.gif";

pct4=new Image();
pctOn4=new Image();
pct4.src=path+"img2011/4_of.gif";
pctOn4.src=path+"img2011/4_on.gif";

pct5=new Image();
pctOn5=new Image();
pct5.src=path+"img2011/5_of.gif";
pctOn5.src=path+"img2011/5_on.gif";

pct6=new Image();
pctOn6=new Image();
pct6.src=path+"img2011/6_of.gif";
pctOn6.src=path+"img2011/6_on.gif";
 
pct7=new Image();
pctOn7=new Image();
pct7.src=path+"img2011/7_of.gif";
pctOn7.src=path+"img2011/7_on.gif";

pct8=new Image();
pctOn8=new Image();
pct8.src=path+"img2011/8_of.gif";
pctOn8.src=path+"img2011/8_on.gif";

pct9=new Image();
pctOn9=new Image();
pct9.src=path+"img2011/9_of.gif";
pctOn9.src=path+"img2011/9_on.gif";

pct10=new Image();
pctOn10=new Image();
pct10.src=path+"img2011/10_of.gif";
pctOn10.src=path+"img2011/10_on.gif";


function imgChange(imageID,imageName) {
	var myDocObj=document
	myDocObj.images[imageID].src = eval(imageName + ".src");
}
