function test()
{
}


function Aufloesung()
{
 if(window.screen && parent.location.href != self.location.href)
 {
  if (screen.width < 1024)
  {
   txt=self.location.href;
   f1 = window.open(txt,"skywin","width=203,height=550,left=590");
   window.location.href = "blank.html";
  }
 }
}
