		var counter=0
		var left=false
		var right=false
		var picX=736
		var picY=368
		var startX=-100
		var startY=-100
		var whichWay=0
		var mouseX=0
		var mouseY=0
		var mouseXmemory=0
		var there=true

		if (document.all) {
			docObj = "document.all."
			styleObj = ".style"
		}
		else {
			docObj = "document."
			styleObj = ""
		}

		if (document.getElementById){
		docObj = "document.getElementById('"
		styleObj = "').style"
		}

		slmImage=new Image
		slmImage.src="simslm1.gif"
		slmImage2=new Image
		slmImage2.src="simslm2.gif"
		slmImage3=new Image
		slmImage3.src="simpost.gif"
		frameImage=new Object

		function resizeIt(){
			if(mouseY>330){
				frameImage.left=mouseX-125
				slmImage.left=mouseX-180
				slmImage2.left=35+mouseX
				slmImage3.left=mouseX-73
			}

		}

		function moveIt(evt)
			{
			if(document.all){mouseX=parseInt(evt.x)}else{mouseX=parseInt(evt.pageX)}
			if(document.all){mouseY=parseInt(evt.y)}else{mouseY=parseInt(evt.pageY)}
			if(mouseX>mouseXmemory){document.post.src=adImages[2]}
			if(mouseX<mouseXmemory){document.post.src=adImages[1]}
			if(mouseX==mouseXmemory){document.post.src=adImages[0]}
			mouseXmemory=mouseX
			resizeIt()
		}

		function setup(){
			frameImage = eval(docObj + "slm0" + styleObj)
			slmImage = eval(docObj + "slm1" + styleObj)
			slmImage2 = eval(docObj + "slm2" + styleObj)
			slmImage3 = eval(docObj + "slm3" + styleObj)
			slmImage.visibility="visible"
			slmImage2.visibility="visible"
			frameImage.border="1"
			frameImage.zIndex="6"
			frameImage.top=93
			slmImage.zIndex="7"
			slmImage2.zIndex="7"
			slmImage3.zIndex="5"
			slmImage.top=2
			slmImage2.top=2
			slmImage3.top=343
			resizeIt()
		}
