function bytBild(strBild, objBild)
{
	document.getElementById(objBild.id).src="bild/" + strBild 
} 

function popup(url, name, width, height)
{
settings=
"toolbar=no,location=no,directories=no,"+
"status=no,menubar=no,scrollbars=no,"+
"resizable=no,width="+width+",height="+height;
MyNewWindow=window.open(url,name,settings);
}
