<!--
//
// index.js - Litteral.com index page scripts
//
// Unpublished proprietary source code.
// Copyright (C) 2006-2007 LITTERAL SAS, SURESNES, FRANCE
// All rights reserved.
//

function startwith()
{
  if (top.location.search != null &&
      top.location.search != ''   &&
      top.location.search != '?')
    window.frames['text_'].location = top.location.search.substring(1);
}

function reparent(lang)
{
  if (self == top)
  {
    if (lang != '')
      top.location.href = "../index"+lang+".html?" + top.location.pathname;
    else
      top.location.href = "./index.html?" + top.location.pathname;
  }
}

// -->

