function afficheVignette(nomImage,nomObjet,museumObjet){		cheminVignette = '../images/afghanistan/vignette/'+nomImage+'.jpg';		cheminMaxi = '../images/afghanistan/maxi/'+nomImage+'.jpg';		document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td align="right"><a href="javascript:afficheMaxi(\''+cheminMaxi+'\',\''+nomObjet+'\',\''+museumObjet+'\')"><img src="'+cheminVignette+'" border="0" alt="Clic"></a></td></tr><tr><td align="right" class="texte_small">'+museumObjet+'</td></tr></table>');}function afficheMaxi(chemin,nom,museum){		html='<html><head><title>ICOM &#151; Redlist</title><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"><style type="text/css" media="screen"> * { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white } sup { font-size: smaller } .titre { font-size:x-small; font-weight: bold; } .line-red { border-top: 1px solid #c00000; font-size: xx-small; font-weight: normal; }</style></head><body bgcolor="#FFFFFF"><table border="0" align="center" width="320" height="393"><tr><td align="center" height="320"><img src="'+chemin+'" border="0" name="imageTest"></td></tr><tr><td class="titre" align="center">'+nom+'</td></tr><tr><td class="line-red" align="center">'+museum+'</td></tr></table></body></html>';		popupImage = window.open('','_blank','width=600, height=470');		popupImage.document.open();		popupImage.document.write(html);		popupImage.document.close();}function afficheVignetteScala(nomImage,nomObjet,museumObjet){		cheminVignette = '../images/afghanistan/vignette/'+nomImage+'.jpg';		cheminMaxi = '../images/afghanistan/maxi/'+nomImage+'.jpg';		document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td align="right"><a href="javascript:afficheMaxiScala(\''+cheminMaxi+'\',\''+nomObjet+'\',\''+museumObjet+'\')"><img src="'+cheminVignette+'" border="0" alt="Clic"></a></td></tr><tr><td align="right" class="texte_small">'+museumObjet+'</td></tr></table>');}function afficheMaxiScala(chemin,nom,museum){		html  = '<html><head><title>ICOM &#151; Redlist</title><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"><style type="text/css" media="screen">* { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white } sup { font-size: smaller } .titre { font-size:x-small; font-weight: bold; } .line-red { border-top: 1px solid #c00000; font-size: xx-small; font-weight: normal; } .small { font-size:9px; font-weight: normal; }</style></head><body bgcolor="#FFFFFF"><table border="0" align="center" width="320" height="393"><tr><td align="center" height="320"><img src="'+chemin+'" border="0" name="imageTest"></td></tr><tr><td class="titre" align="center">'+nom+'</td></tr><tr><td class="line-red" align="center">'+museum+'</td></tr><tr><td class="small">Ces images, prot&eacute;g&eacute;es par copyright et watermark, sont utilisables seulement en tant que rep&egrave;re. Le t&eacute;l&eacute;chargement, la reproduction, la copie, la publication ou la distribution de toute image paraissant dans ce site est interdite par la loi.</td></tr></table></body></html>';		popupImage = window.open('','_blank','width=400, height=520');		popupImage.document.open();		popupImage.document.write(html);		popupImage.document.close();}function CSClickReturn () {
  var bAgent = window.navigator.userAgent; 
  var bAppName = window.navigator.appName;
  if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
  return true;
  else return false;
}
CSStopExecution=false;
function CSAction(array) {return CSAction2(CSAct, array);}
function CSAction2(fct, array) {
  var result;
  for (var i=0;i<array.length;i++) {
  if(CSStopExecution) return false; 
  var aa = fct[array[i]];
  if (aa == null) return false;
  var ta = new Array;
  for(var j=1;j<aa.length;j++) {
  if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){
  if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}
  else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}
  else ta[j]=aa[j];}
  } else ta[j]=aa[j];
  }			
  result=aa[0](ta);
  }
  return result;
}
CSAct = new Object;
function CSOpenWindow(action){
  var wf = "";	
  wf = wf + "width=" + action[3];
  wf = wf + ",height=" + action[4];
  wf = wf + ",resizable=" + (action[5] ? "yes" : "no");
  wf = wf + ",scrollbars=" + (action[6] ? "yes" : "no");
  wf = wf + ",menubar=" + (action[7] ? "yes" : "no");
  wf = wf + ",toolbar=" + (action[8] ? "yes" : "no");
  wf = wf + ",directories=" + (action[9] ? "yes" : "no");
  wf = wf + ",location=" + (action[10] ? "yes" : "no");
  wf = wf + ",status=" + (action[11] ? "yes" : "no");		
  window.open(action[1],action[2],wf);
}
CSAct['BB0005200'] = new Array(CSOpenWindow,'legislation.html','',330,425,false,false,false,false,false,false,false);