// JavaScript Document
										
dih_volume					= "10";
dih_no						= "9";
dih_month					= "September";
dih_year					= "2007";

dgs_document_contents		=  new Array();
dgs_document_contents[0]	= "Contents";												//			DO NOT CHANGE!
dgs_document_contents[1]	= "Notes from the Chairman of the DGS";						//keywords: CHAIRMAN-DGS-NOTE
dgs_document_contents[2]	= "Chairman's Diary of Worcester";							//keywords: WORCESTER-DIARY
dgs_document_contents[3]	= "Reminiscences of Delegates at Worcester";				//keywords: REMINISCENCES
dgs_document_contents[4]	= "Worcester Photo Gallery";								//keywords: PHOTO-GALLERY
dgs_document_contents[5]	= "Tall Tales, Dalton Gang Myths";							//keywords: DALTON-GANG
dgs_document_contents[6]	= "Dalton Prince Edward Island Data Part II";				//keywords: PRINCE-EDWARD-ISLAND
dgs_document_contents[7]	= "Notes from your American Secretary";						//keywords: AMERICAN-SECRETARY-NOTE
dgs_document_contents[8]	= "Editor's Message";										//keywords: EDITOR-MESSAGE
						
dgs_document_group = new Array();
dgs_document_group[0] = new Array("content","CONTENT","","");								//contents: DO NOT CHANGE!
dgs_document_group[1] = new Array("chairmandgsnote","CHAIRMAN","DGS","NOTE");				//keywords: CHAIRMAN-DGS-NOTE
dgs_document_group[2] = new Array("dgsjournalpublication","DGS","JOURNAL","PUBLICATION");	//keywords: DGS-JOURNAL-PUBLICATION
dgs_document_group[3] = new Array("americansecretarynote","AMERICAN","SECRETARY","NOTE");	//keywords: AMERICAN-SECRETARY-NOTE
dgs_document_group[4] = new Array("editormessage","EDITOR","MESSAGE","");					//keywords: EDITOR-MESSAGE
dgs_document_group[5] = new Array("photogallery","PHOTO","GALLERY","");						//keywords: PHOTO-GALLERY
dgs_document_group[6] = new Array("worcesterdiary","WORCESTER","DIARY","");					//keywords: WORCESTER-DIARY
dgs_document_group[7] = new Array("princeedwardisland","PRINCE","EDWARD","ISLAND");			//keywords: PRINCE-EDWARD-ISLAND
dgs_document_group[8] = new Array("daltongang","DALTON","GANG","");							//keywords: DALTON-GANG
dgs_document_group[9] = new Array("reminiscences","REMINISCENCES","","");					//keywords: REMINISCENCES
dgs_document_group[10] = new Array("default","default","","");								//default : DO NOT CHANGE!

if (window.location.href.indexOf("newsletter") >= 0) {pageFilename = "newsletter.gif";}
else if (window.location.href.indexOf("diharchive") >= 0) {pageFilename = "diharchive.gif";}

dgs_document_name			=  new Array();
if ( typeof( window[ 'pageFilename' ] ) == "undefined" ) {
pageFilename = "diharchive.gif";}
if (pageFilename == "newsletter.gif") {
dgs_document_name[0]		= "Daltons in History";
dgs_document_name[1]		= "The DGS monthly newsletter";
}
else if (pageFilename == "diharchive.gif") {
dgs_document_name[0]		= "Daltons in History Archive";
dgs_document_name[1]		= "";
}
dgs_document_name[2]		= "Volume "+dih_volume+" No "+dih_no;
dgs_document_name[3]		= dih_month+" "+dih_year;
dgs_document_name[4]		= "Contents";

dgs_bar_header				=  new Array();
dgs_bar_header[0]			= dgs_document_name[0];
dgs_bar_header[1]			= dgs_document_name[2];
dgs_bar_header[2]			= dgs_document_name[3];

dgs_bar_header_style		=	"p";

