
function goto(){
  if (window==window.top)
  {
  	  s=""+window.location;
      if (s.match(/LarK-Communication-Contact-page.html/)){
			window.location.assign("contact.html")}
      else if (s.match(/LarK-Communication-Web-Graphisme-accueil.html/)){
			window.location.assign("index.html")}
      else if (s.match(/LarK-Communication-devis-page.html/)){
			window.location.assign("devis.html")}
      else if (s.match(/LarK-Communication-notre-demarche-demarche.html/)){
			window.location.assign("Demarche.html")}
      else if (s.match(/LarK-Communication-notre-demarche-savoir-faire.html/)){
			window.location.assign("Demarche.html?2")}
      else if (s.match(/LarK-Communication-prestations-graphisme.html/)){
			window.location.assign("Prestations.html")}
      else if (s.match(/LarK-Communication-prestations-web-internet.html/)){
			window.location.assign("Prestations.html?2")}
      else if (s.match(/LarK-Communication-references-avis-clients.html/)){
			window.location.assign("References.html")}
      else if (s.match(/LarK-Communication-societe-equipe.html/)){
			window.location.assign("societe.html?2")}
      else if (s.match(/LarK-Communication-societe-qui-sommes-nous.html/)){
			window.location.assign("societe.html")}
			else if (s.match(/formulaire.php/)){
			window.location.assign("devis.html")}
			else if (s.match(/validation_ok.htm/)){
			window.location.assign("devis.html")}
      else{}
  }
}

goto();
//alert(window.location);

