
	subject="fathersDay";
	pageColor = "white";
	TextEntryNum = new Array (4,6,3,4,1);	
	albumTexts = new Array ('','','','','','','','','','','','','','','','','','')
	albumImages = new Array ('','','','','')
	PicList = 10
	//CoverText = "A Father's Day Story";
	CoverText = "A Story About Him"; 
	CoverImg = "default.gif"
	Writer = '';
	FirstPage=-1;
	LastPage=-1
	prevPage=1;
	mode='preview'
	TempImg = ''
	
	
	function selectImg(num) {

		Main.document.imgPage.src = "images/BookImg/"+num+".gif";
		TempImg = num+".gif";
	}

	
