if (parent.frames.length < 2) {
  if (file == "produkt") location.href = location.href.replace(/produkt\.aspx/,"start.aspx");
  if (file == "storefront") location.href = location.href.replace(/storefront\.aspx/,"start.aspx");
}

