var TimeOut;

function changePicture(src, nr)
{
  id  = src.split("id=");
  src = id[1];
  src = src.split("&");
  id  = src[0];
  showBigFoto(id,nr);
}

function showBigFoto(id, nr)
{
	if (id != ""){
	   	 html  = "<img onclick=\"javascript:window.open('/wisexs/fotopopup.php?id=" + id + "&w=600','fotopopup','width=800,menubar=no,toolbar=no,resizable=yes,status=no,scrollbars=no')\" src=\"/wisexs/GetImageOverlay.php?id=" + id + "&w=488\&i=groenkeur_logo.png\&a=w\" width=\"488\" border=\"0\" style=\"cursor: hand; cursor: pointer;\">";
	} else {
	   	html  = "";
	}
   	div  = document.getElementById("imagebig");
   	div.innerHTML  = html;
	if (document.getElementById("imagebig") != null);  	
	clearTimeout(TimeOut);
   	TimeOut = setTimeout(reFade,5000);
}

function reFade(){
   	document.getElementById("imagebig").innerHTML = oldBigHtml;
	so_restart();
}



var fotoArray = new Array();
var pos = 0;


