<!-- **button rollover scripts**

function hiLiteOn(imgName) {
	if (document.images) {
		hiLiteImage = eval(imgName+"On.src")
		document [imgName].src = hiLiteImage
		}
	}

function hiLiteOff(imgName) {
	if (document.images) {
		originalImage = eval(imgName+"Off.src")
		document [imgName].src = originalImage
		}
	}

if(document.images) {

    aOn = new Image()
	aOn.src = "http://www.woojinchem.com/image/m1_on.gif"
	aOff = new Image()
	aOff.src = "http://www.woojinchem.com/image/m1.gif"

	bOn = new Image()
	bOn.src = "http://www.woojinchem.com/image/m2_on.gif"
	bOff = new Image()
	bOff.src = "http://www.woojinchem.com/image/m2.gif"

	cOn = new Image()
	cOn.src = "http://www.woojinchem.com/image/m3_on.gif"
	cOff = new Image()
	cOff.src = "http://www.woojinchem.com/image/m3.gif"

	dOn = new Image()
	dOn.src = "http://www.woojinchem.com/image/m4_on.gif"
	dOff = new Image()
	dOff.src = "http://www.woojinchem.com/image/m4.gif"

	eOn = new Image()
	eOn.src = "http://www.woojinchem.com/image/m5_on.gif"
	eOff = new Image()
	eOff.src = "http://www.woojinchem.com/image/m5.gif"

	fOn = new Image()
	fOn.src = "http://www.woojinchem.com/image/m6_on.gif"
	fOff = new Image()
	fOff.src = "http://www.woojinchem.com/image/m6.gif" 

	
        
	}

//-->
