// JavaScript Document
										
dih_volume					= "10";
dih_no						= "1";
dih_month					= "January";
dih_year					= "2007";

dgs_document_contents		=  new Array();
dgs_document_contents[0]	= "Contents";														//			DO NOT CHANGE!
dgs_document_contents[1]	= "From the Chairman of the Dalton Genealogical Society";			//keywords: CHAIRMAN
dgs_document_contents[2]	= "Invitation, DGS Gathering, Worcester, England, July 2007";		//keywords: WORCESTER
dgs_document_contents[3]	= "The Flight to Wales -1651";										//keywords: FLIGHT-WALES
dgs_document_contents[4]	= "The Dalton Bridge at Warner, New Hampshire";						//keywords: BRIDGE-WARNER
dgs_document_contents[5]	= "Photo Gallery, Hampton, NH Gathering, 2006";						//keywords: PHOTO-GALLERY
dgs_document_contents[6]	= "Dublin Casualties of World War I";								//keywords: CASUALTIES-WORLD-WAR
dgs_document_contents[7]	= "Dalton Placenames in Lancashire";								//keywords: LANCASHIRE-PLACENAME
dgs_document_contents[8]	= "Surnames of French in Dalton, Yorkshire";						//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","","");							//keywords: CHAIRMAN
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("worcestergathering","GATHERING","WORCESTER","");				//keywords: GATHERING-WORCESTER
dgs_document_group[5] = new Array("flightwales","FLIGHT","WALES","");							//keywords: FLIGHT-WALES
dgs_document_group[6] = new Array("bridgewarner","BRIDGE","WARNER","");							//keywords: BRIDGE-WARNER
dgs_document_group[7] = new Array("photogallery","PHOTO","GALLERY","");							//keywords: PHOTO-GALLERY
dgs_document_group[8] = new Array("casualtiesworldwar","CASUALTIES","WORLD","WAR");				//keywords: CASUALTIES-WORLD-WAR
dgs_document_group[9] = new Array("lancashireplacename","LANCASHIRE","PLACENAME","");			//keywords: LANCASHIRE-PLACENAME
dgs_document_group[10] = new Array("frenchsurname","FRENCH","SURNAME","");						//keywords: FRENCH-SURNAME
dgs_document_group[11] = 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";

