function checkFramecall() 
{
  var urlapp = location.search;
  if ( urlapp )
  {  
	frames.news.location.href = urlapp.substring(1,urlapp.length);
	
    if ( urlapp.indexOf ( "profile.php" ) > -1 || urlapp.indexOf ( "office.php" ) > -1 )
	{
	  frames.navi.location.href = "navi_l.php?menue=1&lang=deu&har=1";
	}
	else if ( urlapp.indexOf ( "offers.php" ) > -1 || urlapp.indexOf ( "inquires.php" ) > -1 
	       || urlapp.indexOf ( "mountain.php" ) > -1 || urlapp.indexOf ( "aviation.php" ) > -1 
	       || urlapp.indexOf ( "coach.php" ) > -1 || urlapp.indexOf ( "transfer.php" ) > -1 )
    {
	  frames.navi.location.href = "navi_l.php?menue=2&lang=deu&har=1";
    }
	else if ( urlapp.indexOf ( "countryinfo.php" ) > -1 || urlapp.indexOf ( "online_service.php" ) > -1 
	       || urlapp.indexOf ( "catalog.php" ) > -1 || urlapp.indexOf ( "feedback.php" ) || urlapp.indexOf ( "cheque.php" ) > -1 )
	{
	  frames.navi.location.href = "navi_l.php?menue=3&lang=deu&har=1";
    }
  }  
}
