<!--

function goBack() {
  window.history.go(-1); 
}


//frameJammer_hp v2.53 stuffer/findOwnLocation


root = "http://www.brockhaus.net/";
loc = document.location.href;
backDir = "";
start = root.length;
end = loc.length;
filePath = loc.substring(start, end); 

for (i= (start+1); i< end; i++)
	if (loc.charAt(i) == '/'){
		backDir += "../";	
	}
	
if (window.name!='frmMain' && window.name!='booker_'
         && !((self.innerHeight == 0) && (self.innerWidth == 0)))
       	 top.location.replace(backDir + 'index.html?' + filePath + '~frmMain');
				 

		
//frameJammer end
// -->