  
	//////////////////////////////////////////////////////////////////////////////////
   // Menu  [Mouse Over]        							                       //
  //////////////////////////////////////////////////////////////////////////////////

	t1 = new Image(333,63)
	t1.src = "img/button.png"
	t1h = new Image(333,63)
	t1h.src = "img/buttonh.png"
	
	t2 = new Image(466,266)
	t2.src = "img/video.png"
	t2h = new Image(466,266)
	t2h.src = "img/videoh.png"

	function changeImg(cImg,ref) {
	document.images[cImg].src = ref.src
	}
	
	
	