
// 
// The file '/pagelayout01.js' (or equivalent) must be included in your html page before this script.
// 

	// Set this to true to turn OFF the 'Store' and 'Order' buttons
	bNoStoreButtons = true;

	document.title = "Snowy Peak District";
	document.body.background = "../../back/45.jpg";

//	thePicPath = "http://members.lycos.co.uk/peakmtb/biking/snow/";

	p = 8;

	thePics[0] = "dw_2003_0111AA.JPG";//"008_30a.JPG";		
	thePics[1] = "dw_2003_0111AB.JPG";//"Picture_0069.JPG";
	thePics[2] = "dw_2003_0111AC.JPG";//"Picture_0098.JPG";
	thePics[3] = "dw_2003_0111AD.JPG";//"Picture_0114.JPG";
	thePics[4] = "dw_2003_0111AE.JPG";//"Picture_0123.JPG";
	thePics[5] = "dw_2003_0111AF.JPG";//"Picture_0148.JPG";
	thePics[6] = "dw_2003_0111AH.JPG";//"Picture_0150.JPG";
	thePics[7] = "dw_2003_0111AG.JPG";//"Picture_0159.JPG";

	pstText[0] = "Andy sets off";
	pstText[1] = "That's just sheet ice!!";
	pstText[2] = "John leads the way";
	pstText[3] = "Where we came from";

	var numPages = p;


	// Display the page
	Start();
