var PagePic = new Array(
"DormerCabanaB",
"PoolHouse24_",
"FiveSided",
"TikiBar_",
"PoolHouse_",
"RK2_",
"RB4_",
"F1000004_",
"PoolCabana");

var PageAlt = new Array(
"9 x 14 pool house with dormer",
"16 x 24 pool house with overhang",
"five sided pool cabana",
"113 x 13 tiki bar pool cabana",
"pool house with loft",
"five-sided pool cabana",
"11 x 14 pool house with dormer",
"five sided house with dormer",
"pool cabana");

var PageURL = new Array(
location.pathname + "dormer-pool-houses/index",
location.pathname + "pool-house/16x24PoolHouse",
location.pathname + "five-sided-pool-cabanas/index",
location.pathname + "tiki-bar-cabana/index",
location.pathname + "pool-house/index",
location.pathname + "five-sided-pool-cabanas/california",
location.pathname + "dormer-pool-houses/connecticut",
location.pathname + "five-sided-pool-cabanas/dormer",
location.pathname + "pool-cabanas/index");

var indexNum = 0;
var maxNum = 4;
var maxPics = 9;
var CurrPicName = PagePic[0];
var CurrURLName = PageURL[0];

function NextPage() {
//	ShowDetailOver()
	window.location = CurrURLName + ".asp";
}