function modelesswin(url, nom, mwidth, mheight, dialogTop, dialogLeft) {
if (document.all && window.print) //if ie5
eval('window.showModelessDialog("iframe.asp?url="+url,"contenu","dialogHeight : '+mheight+'px; dialogWidth : '+mwidth+'px; dialogTop : '+dialogTop+'px; dialogLeft : '+dialogLeft+'px; edge : Raised; center : No; help : No; resizable : No; status : No;")')
else
eval('window.open("iframe.asp?url="+url,"contenu","width = '+mwidth+'px, height = '+mheight+'px, resizable = no, scrollbars = 1")');
};
document.write("
| |  |  |
© Copyright 2004 - All rights reserved -
Photography credit : Alain Dumas, Steven Ferlatte, Caroline Bergeron, Simon Turcotte, Enviro-Foto, Jean Briand
This site is optimised for Internet Netscape 6, Explorer 5 and later versions of these browsers.
|  |
|
| |
");