function popupadmin( site ) {
  window.open("./admin/index.php?site="+site,"Admin","width=900,height=550,left=10,top=10,scrollbars=yes,resizable=yes,dependent=yes,status=yes");
  //document.location.href='http://linde-villingendorf.de/admin/index.php?site='+site;
}

function popuppics( site ) {
	window.open("./index.php?piclist=1","Piclist","width=600,height=550,left=100,top=100,scrollbars=yes,resizable=yes,dependent=yes,status=yes");
}

