function showimg (imgsrc)
{
	OpenWin= window.open("showimg.php?img="+imgsrc, "Bildimdetail", "left=200,top=150,dependent=yes,resizable=yes,locationbar=no,toolbar=no,menubar=no,location=no,scrollbars=no,width=640,height=480");
}

function closeimg ()
{
	window.close();
}
