function GetUrl()
{

}

function GetFrames(seite)
{

 if (parent.frames.length != 3)
 {
   
   top.location.replace("http://www.windowspage.de/frame.php?" + seite);
 }
}



function LoadIndex()

{

 if (parent.frames.length != 3)

 { top.location.href = "http://www.windowspage.de/"; }

}