var PagePic = new Array(
"gardenstudio_",
"plans/24x30Persp_",
"FiveSided",
"F1000004_");

var PageAlt = new Array(
"12 x 18 Garden Studio",
"24 x 30 Home Studio",
"five sided pool cabana",
"five sided house with dormer");

var PageURL = new Array(
location.pathname + "12x18-garden-studio",
location.pathname + "24x30-home-studio",
location.pathname + "five-sided-pool-cabanas/index",
location.pathname + "five-sided-pool-cabanas/dormer");

var indexNum = 0;
var maxNum = 2;
var maxPics = 2;
var CurrPicName = PagePic[0];
var CurrURLName = PageURL[0];

function NextPage() {
//	ShowDetailOver()
	window.location = CurrURLName + ".asp";
}