/* Test ob Seite im Frame ist */
function imframe()
{
  if (window.name!="haupt_frame")
     {
      /* window.location.href = "http://wm002b2618.sizch.net/index1.html"; */
      window.location.href = "/index1.html";
     }
}