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");
}

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");
}
