
function showimage(width, height, source, description)
{	
	var el = document.images["main"];
			el.src = src=source
			el.width = width;
			el.height = height;
			document.all["pcaption"].innerHTML = description
}