function setfoc(url,src){
	document.getElementById("toplink").href = url;
	document.getElementById("topimg").src = src;	
}
