function showimage(sPicURL)
	{
	var nagykep=window.open("http://www.klimafutar.hu/showimage.html?"+sPicURL, "", "resizable=1,HEIGHT=320,WIDTH=240,left=500,top=400");
	}
function showlargeimage(sPicURL)
	{
	sPicURL=sPicURL.replace( "thumbnails/", "" );
	window.open("showimage.html?"+sPicURL, "", "resizable=1,HEIGHT=320,WIDTH=240,left=500,top=400");
	return false;
	}