
	home = new Image
	homer = new Image
	home.src = "images/index_02.jpg"
	homer.src = "images/index_roll_02.jpg"
	
	functionBTN = new Image
	functionBTNr = new Image
	functionBTN.src = "images/index_03.jpg"
	functionBTNr.src = "images/index_roll_03.jpg"
	
	menu = new Image
	menur = new Image
	menu.src = "images/index_04.jpg"
	menur.src = "images/index_roll_04.jpg"
	
	contact = new Image
	contactr = new Image
	contact.src = "images/index_05.jpg"
	contactr.src = "images/index_roll_05.jpg"
	
	
function rollover(imageName) {
	//alert(imageName)
	if (document.images) {
		document.images[imageName].src = eval(imageName+"r.src")
	}
}



function imageOut(imageName) {
               if (document.images) {
					  document.images[imageName].src=eval(imageName + ".src");
			   }
 }
