//var Thumbimages = new Object();
//var actSRC = "";
function Imagehover(ele, src, direct){
	//alert("hi " + ele.firstChild.nextSibling.innerHTML);
	document.getElementById('main_image_link').href = ele.href;
	//document.getElementById('main_image_image').src = "templates/golfagentur/images/loading.gif";
	//actSRC = src;
	
	//if (Thumbimages[src] || direct){
		document.getElementById('main_image_image').src = src;
	/*}else{
		Thumbimages[src] = new Image();
		Thumbimages[src].src = src;
		Thumbimages[src].onload = imageonload;
	}*/
}
/*function imageonload(){
	document.getElementById('main_image_image').src = actSRC;
}*/
