<!-- Begin
function movepic(img_name,img_src) {
	document[img_name].src=img_src;
}

function setText(tekst) {
	//document.all.NameOver.innerHTML=tekst;
	document.getElementById("NameOver").innerHTML=tekst;
}
// End -->