<!--
 function checkFrameset(){
  if(!parent.topframe)
  {
location.href="framecall.html?" + location.pathname;}
else
{
alert("Menue-Site-Mape at your left side!");}
 }
//-->