var fontSize=20
var lineHeight=16
function setFaceSize(){
lineHeight=fontSize+Math.round(.3*fontSize)
obj=document.getElementById("article")
obj.style.fontSize=fontSize+"px"
obj.style.lineHeight=lineHeight+"px"}
function FontLarger(){
if(fontSize<26){
fontSize=fontSize+2
setFaceSize()}}
function FontSmaler(){
if(fontSize>11){
fontSize=fontSize-2
setFaceSize()}}
function printWindow(){
bV=parseInt(navigator.appVersion)
if(bV>=4)window.print()}
<!--
var windowW=380
var windowH=450
var windowX=260
var windowY=100
var urlPop="zemail.php"
var title="Envoyez cet article"
var autoclose=true
s="width="+windowW+",height="+windowH
var beIE=document.all?true:false
function openFrameless(){
if(beIE){
NFW=window.open("","popFrameless","fullscreen,"+s)
NFW.blur()
window.focus()
NFW.resizeTo(windowW,windowH)
NFW.moveTo(windowX,windowY)
var frameString=""+
"<html>"+
"<head>"+
"<title>"+title+"</title>"+
"</head>"+
"<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
"<frame name='top' src='"+urlPop+"' scrolling=auto>"+
"<frame name='bottom' src='about:blank' scrolling='no'>"+
"</frameset>"+
"</html>"
NFW.document.open()
NFW.document.write(frameString)
NFW.document.close()
}else{
NFW=window.open(urlPop,"popFrameless","scrollbars,"+s)
NFW.blur()
window.focus()
NFW.resizeTo(windowW,windowH)
NFW.moveTo(windowX,windowY)}
NFW.focus()
if(autoclose){
window.onunload=function(){NFW.close()}}}
go_visibility=new Array
function goblink(){
if(document.getElementById&&document.all){
blink_tab=document.getElementsByTagName('blink')
for(a=0;a<blink_tab.length;a++){
if(go_visibility[a] !="visible")
go_visibility[a]="visible"
else
go_visibility[a]="hidden"
blink_tab[a].style.visibility=go_visibility[a]}}
setTimeout("goblink()",900)}


