var newwindow;
function detail(wysokosc,szerokosc,adres) {
	szerokosc+=10;
	wysokosc+=10;
	//if (ie)
	{
	NewWindow=window.open('', '','width='+szerokosc+',height='+wysokosc+',toolbar=no,directories=no,menubar=no,locations=no,status=no,scrollbars=no,resizable=no,fullscreen=no,top=50,left=50');
	NewWindow.document.open();
	NewWindow.document.writeln("<html>\n<head>\n<title>Tracheobionta.de</title></head>");
	NewWindow.document.writeln("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
	NewWindow.document.writeln("<table width=100% height=100% border=0>");
	NewWindow.document.writeln("<tr><td valign=center align=center>\n<a href=\"javascript:window.close();\"><img src="+adres+" border=0></a></td></tr>");
	NewWindow.document.writeln("</table>");
	NewWindow.document.writeln("</body>\n</html>\n");
	NewWindow.document.close();
	NewWindow.focus();
	}
	return;
	}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=550,left=100,top=100');");
}
