function tellStory(storyURL, storyTitle) {
storyWindow = window.open(storyURL, storyTitle, "width=380,height=460,left=20,top=20, scrollbars=yes, menubar=no, location=no, status=no, toolbar=no, dependent=yes");
storyWindow.focus();
}
