// JavaScript Document

	function show_pic(wi,he,pic) {
		var pict = "show_pic.php?pic=" + pic;
		var wihe = "width=" + wi + ",height=" + (he+20) + ",top=50,left=50,scrollbars=no,resizable=no";
		new_win = window.open(pict,'Bild',wihe); 
	}


