<!--
nr=0;
function opener(name,wid,hei) {
config='left=50,top=50,width='+wid+',height='+hei+',innerheight='+hei+',innerwidth='+wid+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
okienkoIAG='okno' + nr;
stadion=window.open('',okienkoIAG,config)
stadion.document.write('<HTML><HEAD>');
stadion.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
stadion.document.write('<TITLE>Copyright 2003 by International Association of Geomorphologists</title>');
stadion.document.write('<script language="javascript">');
stadion.document.write('setTimeout(');
stadion.document.write('"self.close()');
stadion.document.write(';",70000)');stadion.document.write('</');
stadion.document.write('script>');
stadion.document.write('</HEAD>');
stadion.document.write('<body bgcolor="#FFEFDF" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
stadion.document.write('<DIV align=center><a href=# onclick="javascript:self.close();"><img src='+name+' border=0 alt="Click on image to close this window"></A></DIV>');
stadion.document.write('</body></html>');
stadion.focus();
nr+=1;
}
//-->
