function load_picture(id)
{
	new Ajax.Updater('big_bild', 'album_einzeln.php?id=' + id, {asynchronous:true});
}
function adm_picdel(id)
{
	new Ajax.Request("ajax_picdel.php?id="+id,{asynchronous:true});
	document.getElementById("line"+id).style.display = "none";
}
function adm_condel(id)
{
	new Ajax.Request("ajax_condel.php?id="+id,{asynchronous:true});
	document.getElementById("line"+id).style.display = "none";
}
function adm_terdel(id)
{
	new Ajax.Request("ajax_terdel.php?id="+id,{asynchronous:true});
	document.getElementById("line"+id).style.display = "none";
}
function adm_newdel(id)
{
	new Ajax.Request("ajax_newdel.php?id="+id,{asynchronous:true});
	document.getElementById("line"+id).style.display = "none";
}
function adm_kondel(id)
{
	new Ajax.Request("ajax_kondel.php?id="+id,{asynchronous:true});
	document.getElementById("line"+id).style.display = "none";
}
function adm_albdel(id)
{
	new Ajax.Request("ajax_albdel.php?id="+id,{asynchronous:true});
	document.getElementById("line"+id).style.display = "none";
}
function adm_fildel(id)
{
	new Ajax.Request("ajax_fildel.php?id="+id,{asynchronous:true});
	document.getElementById("line"+id).style.display = "none";
}
function order(id,booli)
{
	new Ajax.Request("ajax_order.php?id="+id+"&do="+booli,{asynchronous:true});
	location.href = "content.php";
}
function adm_archadd(id)
{
	new Ajax.Request("ajax_archadd.php?id="+id,{asynchronous:true});
	location.href = "content_delete.php";
}
function adm_archdel(id)
{
	new Ajax.Request("ajax_archdel.php?id="+id,{asynchronous:true});
	location.href = "content_delete.php";
}
function adm_kontdel(id)
{
	new Ajax.Request("ajax_kontdel.php?id="+id,{asynchronous:true});
	document.getElementById("line"+id).style.display = "none";
}