/* initialize */

lcl1=new Image();
lclOn1=new Image();
lcl1.src=cnt_path+"imgs/1.gif";
lclOn1.src=cnt_path+"imgs/1_on.gif";

lcl2=new Image();
lclOn2=new Image();
lcl2.src=cnt_path+"imgs/2.gif";
lclOn2.src=cnt_path+"imgs/2_on.gif";

lcl3=new Image();
lclOn3=new Image();
lcl3.src=cnt_path+"imgs/3.gif";
lclOn3.src=cnt_path+"imgs/3_on.gif";

lcl4=new Image();
lclOn4=new Image();
lcl4.src=cnt_path+"imgs/4.gif";
lclOn4.src=cnt_path+"imgs/4_on.gif";

lcl5=new Image();
lclOn5=new Image();
lcl5.src=cnt_path+"imgs/5.gif";
lclOn5.src=cnt_path+"imgs/5_on.gif";

lcl6=new Image();
lclOn6=new Image();
lcl6.src=cnt_path+"imgs/6.gif";
lclOn6.src=cnt_path+"imgs/6_on.gif";
 
lcl7=new Image();
lclOn7=new Image();
lcl7.src=cnt_path+"imgs/7.gif";
lclOn7.src=cnt_path+"imgs/7_on.gif";

lcl8=new Image();
lclOn8=new Image();
lcl8.src=cnt_path+"imgs/8.gif";
lclOn8.src=cnt_path+"imgs/8_on.gif";

lcl9=new Image();
lclOn9=new Image();
lcl9.src=cnt_path+"imgs/9.gif";
lclOn9.src=cnt_path+"imgs/9_on.gif";

lcl10=new Image();
lclOn10=new Image();
lcl10.src=cnt_path+"imgs/10.gif";
lclOn10.src=cnt_path+"imgs/10_on.gif";


lcl11=new Image();
lclOn11=new Image();
lcl11.src=cnt_path+"imgs/11.gif";
lclOn11.src=cnt_path+"imgs/11_on.gif";

lcl12=new Image();
lclOn12=new Image();
lcl12.src=cnt_path+"imgs/12.gif";
lclOn12.src=cnt_path+"imgs/12_on.gif";

lcl13=new Image();
lclOn13=new Image();
lcl13.src=cnt_path+"imgs/13.gif";
lclOn13.src=cnt_path+"imgs/13_on.gif";

lcl14=new Image();
lclOn14=new Image();
lcl14.src=cnt_path+"imgs/14.gif";
lclOn14.src=cnt_path+"imgs/14_on.gif";

lcl15=new Image();
lclOn15=new Image();
lcl15.src=cnt_path+"imgs/15.gif";
lclOn15.src=cnt_path+"imgs/15_on.gif";

lcl16=new Image();
lclOn16=new Image();
lcl16.src=cnt_path+"imgs/16.gif";
lclOn16.src=cnt_path+"imgs/16_on.gif";
 
lcl17=new Image();
lclOn17=new Image();
lcl17.src=cnt_path+"imgs/17.gif";
lclOn17.src=cnt_path+"imgs/17_on.gif";

lcl18=new Image();
lclOn18=new Image();
lcl18.src=cnt_path+"imgs/18.gif";
lclOn18.src=cnt_path+"imgs/18_on.gif";

lcl19=new Image();
lclOn19=new Image();
lcl19.src=cnt_path+"imgs/19.gif";
lclOn19.src=cnt_path+"imgs/19_on.gif";

lcl20=new Image();
lclOn20=new Image();
lcl20.src=cnt_path+"imgs/20.gif";
lclOn20.src=cnt_path+"imgs/20_on.gif";

lcl21=new Image();
lclOn21=new Image();
lcl21.src=cnt_path+"imgs/21.gif";
lclOn21.src=cnt_path+"imgs/21_on.gif";

lcl22=new Image();
lclOn22=new Image();
lcl22.src=cnt_path+"imgs/22.gif";
lclOn22.src=cnt_path+"imgs/22_on.gif";

lcl23=new Image();
lclOn23=new Image();
lcl23.src=cnt_path+"imgs/23.gif";
lclOn23.src=cnt_path+"imgs/23_on.gif";

lcl24=new Image();
lclOn24=new Image();
lcl24.src=cnt_path+"imgs/24.gif";
lclOn24.src=cnt_path+"imgs/24_on.gif";

lcl25=new Image();
lclOn25=new Image();
lcl25.src=cnt_path+"imgs/25.gif";
lclOn25.src=cnt_path+"imgs/25_on.gif";

lcl26=new Image();
lclOn26=new Image();
lcl26.src=cnt_path+"imgs/26.gif";
lclOn26.src=cnt_path+"imgs/26_on.gif";
 
lcl27=new Image();
lclOn27=new Image();
lcl27.src=cnt_path+"imgs/27.gif";
lclOn27.src=cnt_path+"imgs/27_on.gif";

lcl28=new Image();
lclOn28=new Image();
lcl28.src=cnt_path+"imgs/28.gif";
lclOn28.src=cnt_path+"imgs/28_on.gif";

lcl29=new Image();
lclOn29=new Image();
lcl29.src=cnt_path+"imgs/29.gif";
lclOn29.src=cnt_path+"imgs/29_on.gif";

lcl30=new Image();
lclOn30=new Image();
lcl30.src=cnt_path+"imgs/30.gif";
lclOn30.src=cnt_path+"imgs/30_on.gif";

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

