function downloadStory(anSID) {
    Typical.popUp('download.php?sid=' + anSID, 'downloadWindow', 'menubar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,width=640,height=480', 'Science Bulletins was unable to open a window to provide you with the download options. Your browser may be blocking pop-up windows.');
}

function goHome() {
	// SG|20080421:  this is invoked only once, in the sbtv.swf player, when a storydata.json file can't be loaded.
	//	When sciencebulletins.amnh.org was the root, this would go to the home page, now it goes to amnh.org.
	//  In any case, that is not a useful response to a failed storydata.json load.  What is??
    // location = '/';
}
