function ShowPic(file,w,h){
	window.open('image.php?image='+file,'Bild','left=0,top=0,height='+(h+50)+',width='+(w+25)+',scrollbars=yes,resizable=yes');
}
