
	document.title = "Ski France - February 2003";
	document.body.background = "../../back/45.jpg";

	var thePicPath = "";

	var preTextHeader = "<center>";
	var preText = new Array();
	var thePicsHeader = "<p align=center>";
	var thePics = new Array();
	var pstTextHeader = "<center>";
	var pstText = new Array();

// EXAMPLE
//	preText[0] = makeIFrame( "http://www.google.com" );
//	preText[0] = makeIFrame( "http://www.google.com", "66%" );
//	preText[0] = makeIFrame( "http://www.google.com", "66%", "", 1 );
//	preText[] = "";
//	thePics[] = "";
//	pstText[0] = "A subtitle to the picture<br>which is on 2 lines<p>";
//	pstText[] = "";

	thePics[ 0] = "dw_2003_0207AA.JPG";
	thePics[ 1] = "dw_2003_0210AA.JPG";
	thePics[ 2] = "dw_2003_0208AR.JPG";
	thePics[ 3] = "dw_2003_0209AE.JPG";
	thePics[ 4] = "dw_2003_0209AF.JPG";
	thePics[ 5] = "dw_2003_0209AH.JPG";
	thePics[ 6] = "dw_2003_0208AA.JPG";
	thePics[ 7] = "dw_2003_0208AF.JPG";
	thePics[ 8] = "dw_2003_0208AL.JPG";
	thePics[ 9] = "dw_2003_0208AN.JPG";
	thePics[10] = "dw_2003_0208AT.JPG";
	thePics[11] = "dw_2003_0208AJ.JPG";
	thePics[12] = "dw_2003_0209AC.JPG";
	thePics[13] = "dw_2003_0208AU.JPG";
	thePics[14] = "dw_2003_0208AV.JPG";
	thePics[15] = "dw_2003_0208AW.JPG";

	preText[11] = "By golly, I think he's got it..";
	preText[16] = "<table width=350><tr><td>"
		+ "<h3>Videos</h3>"
		+ "<ul>"
		+ "<li><a href=\"dw_2003_0208AAs.wmv\">Jim on a hairpin</a> (13sec, 275k)</li>" 
		+ "<li><a href=\"dw_2003_0208ACs.wmv\">Claire Skiing</a> (13sec, 270k)</li>" 
		+ "<li><a href=\"dw_2003_0208AEs.wmv\">How NOT to do it (by Jim)</a> (5sec, 125k)</li>" 
		+ "<li><a href=\"dw_2003_0208AFs.wmv\">Wobbly Dave</a> (13sec, 278k)</li>" 
		+ "<li><a href=\"dw_2003_0209AAs.wmv\">Dave flypast</a> (21sec, 434k)</li>" 
		+ "<li><a href=\"dw_2003_0209ABs.wmv\">Dave on a steep corner</a> (25sec, 504k)</li>" 
		+ "<li><a href=\"dw_2003_0210AAs.wmv\">Dave and Claire approaching</a> (18sec, 377k)</li>" 
		+ "<li><a href=\"dw_2003_0210ABs.wmv\">Dave chasecam 1</a> (50sec, 996k)</li>" 
		+ "<li><a href=\"dw_2003_0210ACs.wmv\">Dave chasecam 2</a> (41sec, 826k)</li>" 
		+ "</ul>"
		+ "<p><small>Clicking the links directly doesn't seem to work for everyone."
		+ "<br>Try right-click and save-as, then run them locally."
		+ "<p>If you're still having trouble you can get the latest Windows Media Player "
		+ "<a href='http://www.microsoft.com/windows/windowsmedia/9series/player.aspx' target='_blank'>here</a>"
		+ "</small>"
		+ "</td></tr></table>"
		;
	preText[17] = "<table width=100%><tr><td>"
		+ "<center>"
		+ "<hr width=50%>"
		+ "<h4 align=center>That's all for this site, but there are more pictures and videos on "
		+ "<a href=\"http://mysite.freeserve.com/JimGoodison/Skiing2003/Ski_Gallery.html\" target=\"_blank\">Jim's website</a>"
		+ "</h4>"
		+ "<p><hr width=50%><p>"
		+ "</td></tr></table>"
		;

	pstText[ 0] = "Morning from my hotel room";
	pstText[ 1] = "View from the back of the hotel - right onto the slopes!";
	pstText[ 6] = "Jim - ready to go";
	pstText[11] = "..how's Dave doing?";
	pstText[12] = "Dave thinks he's got it too!";
	pstText[13] = "Sunset from my hotel room";
	pstText[14] = "The town at night";
	pstText[15] = "The mountain at night";

	var numPages = 18;


	Start();
