// JavaScript Document
										
dih_volume					= "10";
dih_no						= "6";
dih_month					= "June";
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]	= "Worcester Preview";								//keywords: WORCESTER-PREVIEW
dgs_document_contents[3]	= "Executions, Crimean War and the Clergy";			//keywords: EXECUTION-CRIMEA-CLERGY
dgs_document_contents[4]	= "Early Daltons of Carroll County, Virginia";		//keywords: CARROLL-VIRGINIA
dgs_document_contents[5]	= "From Daltons Around the World";					//keywords: DALTON-AROUND-WORLD
dgs_document_contents[6]	= "Notes from your American Secretary";				//keywords: AMERICAN-SECRETARY-NOTE
dgs_document_contents[7]	= "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("americansecretarynote","AMERICAN","SECRETARY","NOTE");				//keywords: AMERICAN-SECRETARY-NOTE
dgs_document_group[3] = new Array("editormessage","EDITOR","MESSAGE","");										//keywords: EDITOR-MESSAGE
dgs_document_group[4] = new Array("annualgeneralmeeting","ANNUAL","GENERAL","MEETING");			//keywords: ANNUAL-GENERAL-MEETING
dgs_document_group[5] = new Array("worcesterpreview","WORCESTER","PREVIEW","");									//keywords: WORCESTER-PREVIEW
dgs_document_group[6] = new Array("executioncrimeaclergy","EXECUTION","CRIMEA","CLERGY");			//keywords: EXECUTION-CRIMEA-CLERGY
dgs_document_group[7] = new Array("carrollvirginia","CARROLL","VIRGINIA","");				//keywords: CARROLL-VIRGINIA
dgs_document_group[8] = new Array("daltonaroundworld","DALTON","AROUND","WORLD");						//keywords: DALTON-AROUND-WORLD
dgs_document_group[9] = 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";

