<!--

function checkFrameset ()
 {
 if (!parent.NavFrame)
   { 

    var Hoehe, Breite;
    Hoehe=screen.height;
    Breite=screen.width;
    if (Breite<1024)
    {
     check = confirm("Möchten Sie zur mobilen Version unserer Auskunftsdienste auf www.vvo-mobil.de weitergeleitet werden?");
        
       if (check==false) 
        {  
        window.location.href="index.htm?"+location.pathname;
        }
       else
       {
        window.location.href="http://www.vvo-mobil.de";        
        }
   }    
  else
   {  
        window.location.href="index.htm?"+location.pathname;
        }
 
  }

}

  
  
  //-->
