// JavaScript Document
/*This Script is for the rollover image and text in INDEX page
*/	
	if (document.images) {
		acuText = new Image
		homeText = new Image
		bgText = new Image
		shiText = new Image

		acuText.src = "images/acutext.jpg"
		homeText.src = "images/hometext.jpg"
		bgText.src = "images/bg.gif"
		shiText.src = "images/shitext.jpg"
		
		acuOff = new Image
		homeOff = new Image
		shiOff = new Image
		acuOn = new Image
		homeOn = new Image
		shiOn = new Image

		acuOff.src = "images/acu.jpg"
		homeOff.src = "images/home.jpg"
		shiOff.src = "images/shiatsu2.jpg"
		acuOn.src = "images/acu2.jpg"
		homeOn.src = "images/home2.jpg"
		shiOn.src = "images/shi2.jpg"
	}
	else {
		acuText = ""
		homeText = ""
		bgText = ""
		shiText = ""
		
		acuOff = ""
		homeOff = ""
		shiOff = ""
		acuOn = ""
		homeOn = ""
		shiOn = ""
		
		document.acuImg = ""
		document.homeImg = ""
		document.shiImg = ""
		document.textField = ""
	}

