	function openImage( title, img )
	{
		document.location.href = "bild.asp?title="+title+"&imgPath=images/"+img;
	}
