// © RiversMarshall.com
// You are free to use and modify this script for your own purposes. 
// If you uilize this script as-is, please give credit in your code comments.

// This should be used with ShowPreLoad.js and ShowRun.js

var intViewIndex = 0

function ftnViewShowItem() {
	var intImageNumber = intViewIndex - 1
	
	if (intImageNumber < 0) {
		intImageNumber = 3
		}
		location.replace(picSlideImages[intImageNumber][1])
		}

