function f_plus(){ var l = document.getElementById('print'); var nSize = l.style.fontSize ? l.style.fontSize : '11px'; var iSize = parseInt(nSize.replace('px','')); if (iSize < 20) l.style.fontSize = (iSize + 1) + 'px';}function f_moins(){ var l = document.getElementById('print'); var nSize = l.style.fontSize ? l.style.fontSize : '11px'; var iSize = parseInt(nSize.replace('px',''));  if (iSize > 6) l.style.fontSize = (iSize - 1) + 'px';}function f_pop(lien){ var fpop = window.open(lien,'popup_afrik','width=347,height=380,resizable=no,scrollbars=no,left=10,top=104');}function f_photo(photo, titre, largeur, hauteur){ var contenu = '<html><head><title>'+titre+' - Afrik.com</title></head><body topmargin="0" leftmargin="0" bgcolor="#ffffff" onload="window.focus()"><a href="javascript:window.close()"><img border="0" src="'+photo+'"></a></body></html>'; var fphoto = window.open('','','title='+titre+',resizable=yes,width='+largeur+',height='+hauteur); fphoto.document.write(contenu);}function photopopup(photo, titre, largeur, hauteur){ f_photo(photo, titre, largeur, hauteur);}