/***************************************************************/
/*           Copyright Gilles Archambault Photography          */
/*                     www.garchambault.com                    */
/***************************************************************/

/* This function adds my referral code when people use the links below */
function AddReferralCode() {
  var links = this.getElementsByTagName("A");
  if (links && (links.length != 0)) {
    var smugLink = links.item(0);
    smugLink.href = "http://www.smugmug.com/?referrer=YKHZStdz3mfkk";
  }
}
YE.onAvailable('footer', AddReferralCode);


/* To put my own message when a user right click on my photos. */
rightClickWarning = "All photos are property of Gilles Archambault Photography. All rights reserved. Unauthorized use is prohibited.   Toutes les photos de ce site sont la propriete de Gilles Archambault Photographie. Tous droits reserves. Il est strictement defendu d'utiliser ces photos de quelques manieres que ce soit, sans la permission ecrite de l'auteur.";


// Change the guestbook to say "guestbook comments" instead of "gallery comments"
function ModifyText () {
  if (YD.hasClass(document.body, "gallery_2500516"))
  {
    var objElement = YD.get("comment")
    if (objElement != null)
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'guestbook');
      objElement.innerHTML = str;
    }
  }
}
YE.onAvailable("comment", ModifyText);

// Show recent photos
function padDate(datePart) {
   if (datePart.toString().length != 1)
     return datePart
   return "0" + datePart;
}
function showRecent(days) {
  endDate = new Date();
  oneDay = 1000*60*60*24;
  startDate = new Date(endDate.getTime() - (parseInt(days) * oneDay));

  sUrl = "/date/";
  sUrl += startDate.getFullYear() + "-" + padDate(startDate.getMonth() + 1) + "-" + padDate(startDate.getDate());
  sUrl += "/";
  sUrl += endDate.getFullYear() + "-" + padDate(endDate.getMonth() + 1) + "-" + padDate(endDate.getDate());

  window.location.href = sUrl;
}


// Change the path to my domain name
function redirectPath() {
  re = /((www.)?garchambault.smugmug.com)/;
  tmp = window.location.href;
  if (re.test(tmp)) {
    tmp = tmp.replace(re, 'www.garchambault.com');
    window.location.href = tmp;
  }
}
redirectPath();



function getCookie(name) {
  var start = document.cookie.indexOf(name + "=");
  var len = start + name.length + 1;

  if ((!start) && (name != document.cookie.substring(0, name.length))) {
    return null;
  }

  if (start == -1) {
    return null;
  }

  var end = document.cookie.indexOf(";", len);

  if (end == -1) {
    end = document.cookie.length;
  }

  return unescape(document.cookie.substring(len, end));
}

function setCookie(name, value, expires, path, domain, secure) {
  var today = new Date();
  today.setTime( today.getTime() );

  if (expires) {
    expires = expires * 1000 * 60 * 60 * 24;
  }

  var expires_date = new Date(today.getTime() + (expires));

  document.cookie = name + '='+escape(value) +
    ((expires) ? ';expires=' + expires_date.toGMTString() : '') +
    ((path) ? ';path=' + path : '') +
    ((domain) ? ';domain=' + domain : '') +
    ((secure) ? ';secure' : '');
}

function deleteCookie(name, path, domain) {
  if (getCookie(name)) {
    document.cookie = name + "=" + ((path) ? ";path=" + path : "") + ((domain) ? ";domain=" + domain : "") + ";expires=Thu, 01-Jan-1970 00:00:01 GMT";
  }
}

function hasPath(sPath) {
  re = new RegExp("\/" + sPath + "(\/|$)");
  return re.test(window.location)
}


// Bilingual stuff
var langEnglish = "english"
var langFrench = "french"
var langCookie = "Language"

function setFrenchLanguage() {
  setCookie(langCookie, langFrench, 30, '/', 'garchambault.com');
  var url = location.href
  /* My Bio -> Ma Bio */
  if (url.indexOf("2500516") >= 0) {
    location.href = "http://www.garchambault.com/gallery/2730514"; 
  }
  /* My Gear -> Mon Équipement */
  else if (url.indexOf("2683248") >= 0) {
    location.href = "http://www.garchambault.com/gallery/2734306"; 
  }
  /* IndexEnglish -> IndexFrench */
  else if (url.indexOf("4228201") >= 0) {
    location.href = "http://www.garchambault.com/gallery/4228222"; 
  }
  /* BirdIndexEnglish -> BirdIndexFrench */
  else if (url.indexOf("4140764") >= 0) {
    location.href = "http://www.garchambault.com/gallery/4184966"; 
  }
  else {
    location.reload();
  }
}
 
function setEnglishLanguage() {
  setCookie(langCookie, langEnglish, 30, '/', 'garchambault.com');
  var url = location.href
  /* Ma Bio -> My Bio */
  if (url.indexOf("2730514") >= 0) {
    location.href = "http://www.garchambault.com/gallery/2500516"; 
  }
  /* Mon Équipement -> My Gear */
  else if (url.indexOf("2734306") >= 0) {
    location.href = "http://www.garchambault.com/gallery/2683248"; 
  }
  /* IndexFrench -> IndexEnglish */
  else if (url.indexOf("4228222") >= 0) {
    location.href = "http://www.garchambault.com/gallery/4228201"; 
  }
  /* BirdIndexFrench -> BirdIndexEnglish */
  else if (url.indexOf("4184966") >= 0) {
    location.href = "http://www.garchambault.com/gallery/4140764"; 
  }
  else {
    location.reload();
  }
}
 
function loadFrenchMenuBar() {
  document.writeln("<div align=\"center\">");
  document.writeln("<div class=\"menu\">");
  document.writeln("<ul>");

  document.writeln("<li><a href=\"http://www.garchambault.com/\">D&eacute;part</a></li>");

  document.writeln("<li><a href=\"http://www.garchambault.com/popular\" title=\"Photos populaires\">Populaires</a></li>");

  document.writeln("<li><a class=\"drop\" href=\"http://www.garchambault.com/gallery/4228222\">Galeries<!--[if gte IE 7]><!--></a><!--<![endif]-->");
  document.writeln("<table class=\"droptable\"><tbody><tr><td>");
  document.writeln("<ul>");
    document.writeln("<li><a class=\"drop\" href=\"http://www.garchambault.com/gallery/4184966\">Oiseaux<!--[if gte IE 7]><!--></a><!--<![endif]-->");
      document.writeln("<table class=\"droptable\"><tbody><tr><td>");
      document.writeln("<ul>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2488000\" title=\"Balbuzards, &Eacute;perviers\">Balbuzards, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4169270\" title=\"Bruants\">Bruants</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2541346\" title=\"Butors, Aigrettes, H&eacute;rons\">H&eacute;rons, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2537544\" title=\"Canards\">Canards</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4169187\" title=\"Cardinals, Durbecs, Gros-Becs\">Gros-Becs, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/7356283_EurUa\" title=\"Chouettes &eacute;pervi&egrave;res\">Chouettes &eacute;pervi&egrave;res</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/7439372_TVszR\" title=\"Chouettes et hibous\">Chouettes et hibous</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/3370328\" title=\"Fous de bassan\">Fous de bassan</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4169232\" title=\"Geais bleus, M&eacute;sangeais\">Geais</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8792287_8N2mH\" title=\"Goglus des pr&eacute;s\">Goglus des pr&eacute;s</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/3239597\" title=\"Gr&egrave;bes, Cormorans\">Gr&egrave;bes, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8354012_Zm6ND\" title=\"Hirondelles\">Hirondelles</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2434326\" title=\"Harfangs des neiges\">Harfangs des neiges</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8388525_fu78T\" title=\"Limicoles\">Limicoles</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4156253\" title=\"M&eacute;sanges, Sitelles\">M&eacute;sanges, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8819428_KPbC8#584110029_V8DQb\" title=\"Merlebleus, Merles\">Merlebleus, Merles</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2537476\" title=\"Oies, Bernaches\">Oies, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/6245466_P2DyG\" title=\"Oiseaux noirs\">Oiseaux noirs</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8286851_7iutg\" title=\"Orioles\">Orioles</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2779193\" title=\"Parulines\">Parulines</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4227953\" title=\"Pics\">Pics</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2923712\" title=\"Pinguoins\">Pinguoins</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4169250\" title=\"Sizerins, Roselins\">Sizerins, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/3059283\" title=\"T&eacute;tras, G&eacute;linottes\">T&eacute;tras, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8943964_GbSgw\" title=\"Tourterelles\">Tourterelles</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8356655_vMDZW\" title=\"Troglodytes\">Troglodytes</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8968543_JPXsE\" title=\"Urubus\">Urubus</a></li>");
      document.writeln("</ul>");
      document.writeln("</td></tr></tbody></table>");
    document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");
    document.writeln("<li><a class=\"drop\" href=\"http://www.garchambault.com/Mammals-Mammiferes\" title=\"Galerie des mammif&egrave;re\">Mammals<!--[if gte IE 7]><!--></a><!--<![endif]-->");
      document.writeln("<table class=\"droptable\"><tbody><tr><td>");
      document.writeln("<ul>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2434371\" title=\"Chevreuils\">Chevreuils</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2541400\" title=\"Petits animaux\">Petits animaux</a></li>");
      document.writeln("</ul>");
      document.writeln("</td></tr></tbody></table>");
    document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");
    document.writeln("<li><a class=\"drop\" href=\"http://www.garchambault.com/Family\" title=\"Galerie familiale (demande un mot de passe)\">Famille<!--[if gte IE 7]><!--></a><!--<![endif]-->");
      document.writeln("<table class=\"droptable\"><tbody><tr><td>");
      document.writeln("<ul>");
      document.writeln("<li><a href=\"http://www.smugmug.com/gallery/5763807_ZfzZk\" title=\"Photos de Vicky en Finlande\">Vicky en Finlande</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4057052\" title=\"Photos de Noël chez Claude le 2007-12-24\">Claude 2007-12-24</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4060997\" title=\"Photos de Noël chez Nicole le 2007-12-25\">Nicole 2007-12-25</a></li>");
      document.writeln("</ul>");
      document.writeln("</td></tr></tbody></table>");
    document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");
  document.writeln("</ul>");
  document.writeln("</td></tr></tbody></table>");
  document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");

  document.writeln("<li><a class=\"drop\" href=\"#noref\">R&eacute;centes<!--[if gte IE 7]><!--></a><!--<![endif]-->");
  document.writeln("<table class=\"droptable\"><tbody><tr><td>");
  document.writeln("<ul>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-11-01/2009-11-30\">Novembre 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-10-01/2009-10-31\">Octobre 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-09-01/2009-09-30\">Septembre 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-08-01/2009-08-31\">Ao&ucirc;t 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-07-01/2009-07-31\">Juillet 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-06-01/2009-06-30\">Juin 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-05-01/2009-05-31\">Mai 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-03-01/2009-03-31\">Mars 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-02-01/2009-02-28\">F&eacute;vrier 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-01-01/2009-01-31\">Janvier 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-01-01/2009-12-31\">2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2008-01-01/2008-12-31\">2008</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2007-01-01/2007-12-31\">2007</a></li>");
  document.writeln("</ul>");
  document.writeln("</td></tr></tbody></table>");
  document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");

  document.writeln("<li><a class=\"drop\" href=\"#noref\">&Agrave; propos<!--[if gte IE 7]><!--></a><!--<![endif]-->");
    document.writeln("<table class=\"droptable\"><tbody><tr><td>");
    document.writeln("<ul>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2730514\" title=\"Entrez si vous &ecirc;tes int&eacute;ressé &agrave; en conna&icirc;tre un peu plus sur moi\">Ma bio</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2734306\" title=\"Entrez voir l\'&eacute;quipement que j\'utilise\">&Eacute;quipement</a></li>");
  document.writeln("</ul>");
  document.writeln("</td></tr></tbody></table>");
  document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");

  document.writeln("<li><a href=\"&#109;&#97;&#105;&#x6c;&#x74;&#x6f;&#x3a;&#x47;&#105;&#108;&#108;&#101;&#x73;&#x40;&#x67;&#x61;&#114;&#99;&#x68;&#97;&#x6d;&#x62;&#x61;&#x75;&#x6c;&#x74;&#46;&#99;&#x6f;&#109\">Me contacter</a></li>");

  document.writeln("<li><a href=\"javascript:setEnglishLanguage()\" title=\"Allow you to change the menu in English\">English</a></li>");
}

function loadEnglishMenuBar() {
  document.writeln("<div align=\"center\">");
  document.writeln("<div class=\"menu\">");
  document.writeln("<ul>");

  document.writeln("<li><a href=\"http://www.garchambault.com/\">Home</a></li>");

  document.writeln("<li><a href=\"http://www.garchambault.com/popular\" title=\"Most popular photos\">Popular</a></li>");

  document.writeln("<li><a class=\"drop\" href=\"http://www.garchambault.com/gallery/4228201\">Galleries<!--[if gte IE 7]><!--></a><!--<![endif]-->");
  document.writeln("<table class=\"droptable\"><tbody><tr><td>");
  document.writeln("<ul>");
    document.writeln("<li><a class=\"drop\" href=\"http://www.garchambault.com/gallery/4140764\">Birds<!--[if gte IE 7]><!--></a><!--<![endif]-->");
      document.writeln("<table class=\"droptable\"><tbody><tr><td>");
      document.writeln("<ul>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2541346\" title=\"Bitterns, Egrets, Herons\">Herons, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/6245466_P2DyG\" title=\"Black Birds\">Black birds</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8819428_KPbC8#584110029_V8DQb\" title=\"Bluebirds, Robins\">Bluebirds, Robins</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8792287_8N2mH\" title=\"Bobolinks\">Bobolinks</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4156253\" title=\"Chickadees, Nuthatches\">Chickadees, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8943964_GbSgw\" title=\"Doves\">Doves</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2537544\" title=\"Ducks\">Ducks</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4169187\" title=\"Cardinals, Grosbeaks\">Grosbeaks, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/3059283\" title=\"Grouses, Partridges\">Grouses, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2537476\" title=\"Geese\">Geese</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/3239597\" title=\"Grebes, Cormorants\">Grebes, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4169232\" title=\"Jays\">Jays</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/3370328\" title=\"Northern Gannets\">Northern Gannets</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/7356283_EurUa\" title=\"Northern Hawk Owls\">Northern Hawk Owls</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8286851_7iutg\" title=\"Orioles\">Orioles</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2488000\" title=\"Ospreys, Hawks\">Ospreys, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/7439372_TVszR\" title=\"Owls\">Owls</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2923712\" title=\"Razorbills\">Razorbills</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4169250\" title=\"Redpolls, Finches\">Redpolls, ...</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8388525_fu78T\" title=\"Shorebirds\">Shorebirds</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2434326\" title=\"Snowy Owls\">Snowy Owls</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4169270\" title=\"Sparrows\">Sparrows</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8354012_Zm6ND\" title=\"Swallows\">Swallows</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8968543_JPXsE\" title=\"Vultures\">Vultures</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2779193\" title=\"Warblers\">Warblers</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4227953\" title=\"Woodpeckers\">Woodpeckers</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/8356655_vMDZW\" title=\"Wrens\">Wrens</a></li>");
      document.writeln("</ul>");
      document.writeln("</td></tr></tbody></table>");
    document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");
    document.writeln("<li><a class=\"drop\" href=\"http://www.garchambault.com/Mammals-Mammiferes\" title=\"Mammal\'s galleries\">Mammals<!--[if gte IE 7]><!--></a><!--<![endif]-->");
      document.writeln("<table class=\"droptable\"><tbody><tr><td>");
      document.writeln("<ul>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2434371\" title=\"Deer\">Deer</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2541400\" title=\"Small animals\">Small animals</a></li>");
      document.writeln("</ul>");
      document.writeln("</td></tr></tbody></table>");
    document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");
    document.writeln("<li><a class=\"drop\" href=\"http://www.garchambault.com/Family\" title=\"All my family galleries need passwords\">Family<!--[if gte IE 7]><!--></a><!--<![endif]-->");
      document.writeln("<table class=\"droptable\"><tbody><tr><td>");
      document.writeln("<ul>");
      document.writeln("<li><a href=\"http://www.smugmug.com/gallery/5763807_ZfzZk\" title=\"Vicky's photos in Finland\">Vicky in Finland</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4057052\" title=\"Christmas family party at Claude house on 2007-12-24\">Claude 2007-12-24</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/4060997\" title=\"Christmas family party at Nicole house on 2007-12-25\">Nicole 2007-12-25</a></li>");
      document.writeln("</ul>");
      document.writeln("</td></tr></tbody></table>");
    document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");
  document.writeln("</ul>");
  document.writeln("</td></tr></tbody></table>");
  document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");

  document.writeln("<li><a class=\"drop\" href=\"#noref\">Recent<!--[if gte IE 7]><!--></a><!--<![endif]-->");
  document.writeln("<table class=\"droptable\"><tbody><tr><td>");
  document.writeln("<ul>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-11-01/2009-11-30\">November 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-10-01/2009-10-31\">October 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-09-01/2009-09-30\">September 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-08-01/2009-08-31\">August 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-07-01/2009-07-31\">July 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-06-01/2009-06-30\">June 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-05-01/2009-05-31\">May 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-03-01/2009-03-31\">March 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-02-01/2009-02-28\">February 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-01-01/2009-01-31\">January 2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2009-01-01/2009-12-31\">2009</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2008-01-01/2008-12-31\">2008</a></li>");
    document.writeln("<li><a href=\"http://www.garchambault.com/date/2007-01-01/2007-12-31\">2007</a></li>");
  document.writeln("</ul>");
  document.writeln("</td></tr></tbody></table>");
  document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");

  document.writeln("<li><a class=\"drop\" href=\"#noref\">About<!--[if gte IE 7]><!--></a><!--<![endif]-->");
    document.writeln("<table class=\"droptable\"><tbody><tr><td>");
    document.writeln("<ul>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2500516\" title=\"Do you want to know a bit more about me?\">My Bio</a></li>");
      document.writeln("<li><a href=\"http://www.garchambault.com/gallery/2683248\" title=\"Take a look to see the equipment I am using\">My Gear</a></li>");
  document.writeln("</ul>");
  document.writeln("</td></tr></tbody></table>");
  document.writeln("<!--[if lte IE 6]></a><![endif]--></li>");

  document.writeln("<li><a href=\"&#109;&#97;&#105;&#x6c;&#x74;&#x6f;&#x3a;&#x47;&#105;&#108;&#108;&#101;&#x73;&#x40;&#x67;&#x61;&#114;&#99;&#x68;&#97;&#x6d;&#x62;&#x61;&#x75;&#x6c;&#x74;&#46;&#99;&#x6f;&#109\">Email me</a></li>");

  document.writeln("<li><a href=\"javascript:setFrenchLanguage()\" title=\"Permet de changer le menu en fran&ccedil;ais\">Fran&ccedil;ais</a></li>");

  document.writeln("</ul>");
  document.writeln("</div");
  document.writeln("</div");
}

function loadMenuBar() {
  var cookie = getCookie(langCookie);
  if (cookie == langFrench) {
    loadFrenchMenuBar();
  }
  else {
    loadEnglishMenuBar();
  }
}
// End of Bilingual stuff


function writeEnglishFooterNotice() {
  document.writeln("<!--[if gte IE 7]><!--><br/><br/><!--<![endif]-->");
  document.writeln("<div class=\"myFooter\">");
  document.writeln("All photos in this Web site are &copy; Gilles Archambault Photography. All Rights Reserved.<br/>");
  document.writeln("Photos on this Web site may not be used for personal or commercial use without written permission from the author.<br/>");
  document.writeln("</div>");
}

function writeFrenchFooterNotice() {
  document.writeln("<!--[if gte IE 7]><!--><br/><br/><!--<![endif]-->");
  document.writeln("<div class=\"myFooter\">");
  document.writeln("Toutes les photos de ce site Web sont la propri&eacute;t&eacute; de &copy; Gilles Archambault Photography. Tous droits r&eacute;serv&eacute;s.<br/>");
  document.writeln("Il est strictement d&eacute;fendu d'utiliser ces photos sans une permission &eacute;crite de l'auteur.<br/>");
  document.writeln("</div>");
}

function writeFooterNotice() {
  var cookie = getCookie(langCookie);
  if (cookie == langFrench) {
    writeFrenchFooterNotice();
  }
  else {
    writeEnglishFooterNotice();
  }
}

/***************************************************************/
/*               End of personnalized JavaScript               */
/*                     www.garchambault.com                    */
/***************************************************************/
