if (!window.print){
  document.write('<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2">');
    document.write('<PARAM NAME="ExtentX" VALUE="0">');
    document.write('<PARAM NAME="ExtentY" VALUE="0">');
    document.write('<PARAM NAME="ViewMode" VALUE="1">');
    document.write('<PARAM NAME="Offline" VALUE="0">');
    document.write('<PARAM NAME="Silent" VALUE="0">');
    document.write('<PARAM NAME="RegisterAsBrowser" VALUE="1">');
    document.write('<PARAM NAME="RegisterAsDropTarget" VALUE="1">');
    document.write('<PARAM NAME="AutoArrange" VALUE="1">');
    document.write('<PARAM NAME="NoClientEdge" VALUE="1">');
    document.write('<PARAM NAME="AlignLeft" VALUE="0">');
    document.write('<PARAM NAME="ViewID" VALUE="{0057D0E0-3573-11CF-AE69-08002B2E1262}">');
  document.write('</OBJECT>');
 }

function imprime(){	
	if (window.print){
		window.print()
	}
	else{
		if(navigator.appVersion.indexOf("Mac")<0){
		WebBrowser1.focus()
		PrintFaPage()
		}
		else{
			alert('votre navigateur ne permet pas cette action.\nutilisez le menu "fichier/imprimer"\nmerci')
		}
	}
}