<!--
	function show_popup( name ) {
		window.open( "./images/" + name + "_600x450.jpg", "popup", "width=620,height=480,location=no,status=no,menubar=no,directories=no,resizable=yes,scrollbars=no");
		return;
	}

        function show_image( sImgName, iWidth, iHeight ) {
            var sURL = "/images/gallery/" + sImgName + "_" + iWidth + "x" + iHeight + ".jpg";
            iWidth += 25; iHeight += 25;
            window.open( sURL, "popup", "'location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=" + iWidth + ",height=" + iHeight + "'");
        }

	function do_nothing() {
		return;
	}

// -->
