
function gallery(id)	{
	F1 = window.open("gal"+id+".php?ID="+id, "Fenster1", "width=700,height=550,left=10,top=10");
	F1.focus();
}

function pic(id)	{
	F1 = window.open("pic.php?ID="+id, "Fenster1", "width=700,height=550,left=10,top=10");
	F1.focus();

}
