//////////////////////////////////////////////////////////////////////////////

	onImg = new Array(8); 
	onImg[0] = new Image();
    onImg[0].src = 'img_main/ot2_1_on.gif'  
	onImg[1] = new Image();
    onImg[1].src = 'img_main/ot2_3_on.gif'
	onImg[2] = new Image();
    onImg[2].src = 'img_main/ot2_4_on.gif'
	onImg[3] = new Image();
    onImg[3].src = 'img_main/ot2_5_on.gif'
	onImg[4] = new Image();
    onImg[4].src = 'img_main/ot2_6_on.gif'
	onImg[5] = new Image();
    onImg[5].src = 'img_main/ot2_7_on.gif'
	onImg[6] = new Image();
    onImg[6].src = 'img_main/ot2_8_on.gif'
	onImg[7] = new Image();
    onImg[7].src = 'img_main/ot2_2_on.gif'

//////////////////////////////////////////////////////////////////////////////

