function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_showHideLayers() { //v6.0  var i,p,v,obj,args=MM_showHideLayers.arguments;for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }    obj.visibility=v; }}function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i<anchors.length; i++) {   var anchor = anchors[i];   if (anchor.getAttribute("href") &&       anchor.getAttribute("rel") == "external")     anchor.target = "_blank"; }}window.onload = externalLinks;function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_showHideLayers() { //v6.0  var i,p,v,obj,args=MM_showHideLayers.arguments;  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }    obj.visibility=v; }}// THIS IS FOR THE STYLES for increasing and decreasing the sizevar domain = '.pixelixir.com';function retrieveCookie(cookieName) {  /* retrieved in the format  cookieName4=value; cookieName3=value; cookieName2=value; cookieName1=value  only cookies for this domain and path will be retrieved */  var cookieJar = document.cookie.split("; ");  for(var x = 0; x < cookieJar.length; x++) {    var oneCookie = cookieJar[x].split("=");    if(oneCookie[0] == escape(cookieName)) return unescape(oneCookie[1]);  }  return null;}function setCookie(cookieName, cookieValue, lifeTime, path, domain, isSecure) {  if(!cookieName) return false;  if(lifeTime == "delete") lifeTime = -10; //this is past. Expires immediately.  /* This next line sets the cookie but does not overwrite other cookies.  syntax: cookieName=cookieValue[;expires=dataAsString[;path=pathAsString                     [;domain=domainAsString[;secure]]]]  Because of the way that document.cookie behaves, writing this here is  equivalent to writing  document.cookie = whatIAmWritingNow+"; "+document.cookie; */  document.cookie = escape(cookieName)+"="+escape(cookieValue) +    (lifeTime ? ";expires="+(new Date((new Date()).getTime()+(1000*lifeTime))).toGMTString() : "") +    (path ? ";path="+path : "")+(domain ? ";domain="+domain : "")+    (isSecure ? ";secure" : "");  //check if the cookie has been set/deleted as required  if(lifeTime < 0) {    if(typeof(retrieveCookie(cookieName)) == "string") return false;    return true;  }  if(typeof(retrieveCookie(cookieName)) == "string") return true;  return false;}function getPreferredStyleSheet() {  return ('A-');}function fontsizeup() {  active = getActiveStyleSheet();  switch (active) {    case 'A-' :       setActiveStyleSheet('A');      break;    case 'A' :       setActiveStyleSheet('A+');      break;    case 'A+' :      break;    default :      setActiveStyleSheet('A-');      break;  }}function fontsizedown() {  active = getActiveStyleSheet();  switch (active) {    case 'A+' :       setActiveStyleSheet('A');      break;    case 'A' :       setActiveStyleSheet('A-');      break;    case 'A-' :        break;    default :      setActiveStyleSheet('A-');      break;  }}function setActiveStyleSheet(title) {  var i, a, main;  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {      a.disabled = true;      if(a.getAttribute("title") == title) a.disabled = false;    }  }  if (retrieveCookie('fontstyle') != title) {    setCookie('fontstyle',title,'','/',domain);  }}function getActiveStyleSheet() {  var i, a;  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled) return a.getAttribute("title");  }  return null;}function initStyles() {  whichSheet = retrieveCookie('fontstyle');  if (whichSheet == null) whichSheet = getPreferredStyleSheet();  setActiveStyleSheet(whichSheet);}/* Control the Flash Movie */flashparam ="";function fTGotoFrame(cible){ var movie = window.document.baniere; if(cible==""){  movie.TGotoFrame("/mc_images",1); } else{  movie.TGotoLabel("/mc_images",cible);  }}initStyles();
