// JavaScript Document

var d = document;	function showpic(pic) {if (d.images) 
	{d.images['show'].src = "gallery/"+pic;}}
