	var currentURL = window.location.pathname.toString();
 var constituentFolders=currentURL.split("/");
	var last_pos = constituentFolders.length - 1;
 var printablefile = constituentFolders[last_pos];
	var printfolder=currentURL.replace(printablefile, "");
	printfolder=printfolder.replace(/^\/ozone\//i, "");
	if (printablefile.length < 1) { printablefile = "index.asp"; }
 if (window.location.hostname == "ozone.unep.org") {
 document.write('<a href="/cgi-bin/common/print_file.pl?folder=' + printfolder + '&fname=' + printablefile + '"><img src="/ozone/includes/images/printer.gif" width="22" height="19" border="0"><B>&nbsp;Versión Imprimible</B></a>');
 } else {
 document.write('<a href="/ozone/includes/incl_print_file.asp?folder=' + printfolder + '&fname=' + printablefile + '"><img src="/ozone/includes/images/printer.gif" width="22" height="19" border="0"><B>&nbsp;Versión Imprimible</B></a>');
 }
