function clickChange(imageNum)
{
if (document.images) document.storyImage.src = imageNum;
}

