if(top.frames.length >0)
	top.location.href=self.location;
	


function bw(bildnr,bildurl){
	window.document.images[bildnr].src=bildurl;
}