function loadurl(x){	self.location.href = x;}//function changecolor(row,color) {	oldcolor = document.getElementById(row).style.backgroundColor;	document.getElementById(row).style.backgroundColor = color;	rowselect = row;}//function resetcolor() {	document.getElementById(rowselect).style.backgroundColor = oldcolor;}//function changejpg(imgname,stat,id) {	if ((typeof id)=="string")		imgid=imgname+"-"+id;	else		imgid = imgname;	document.getElementById(imgid).src = "/bilder/"+imgname+"-"+stat+".jpg";}function changegif(imgname,stat,id) {	if ((typeof id)=="string")		imgid=imgname+"-"+id;	else		imgid = imgname;	document.getElementById(imgid).src = "/bilder/"+imgname+"-"+stat+".gif";}//var popupwindow;function openpopup() {	var w = 400;	var h = 300;	var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;	popupwindow = window.open("","name","toolbar=no,resizable=no,directories=no,status=no,menubar=no,location=no,scrollbars=no,width="+w+",height="+h+",top="+wint+",left="+winl);}
