//--- Frame nachladen
  if(!parent.Hauptframe) 
  	location.href="../frameset.htm?" + location.pathname;
  	
//--- Seite empfehlen
function empfehlen() 
	{
    window.open('../empfehlen/index.php','empfehlung','width=285,height=358,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,copyhistory=0')
	}
		
//--- Website bookmarken		
function showBookmarkHilfe()
	{
	window.open('../images/pic/hilfe.php', 'bookmarking', 'width=500,height=330,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0');
	}


