// JavaScript Document
										
dih_volume					= "10";
dih_no						= "2";
dih_month					= "February";
dih_year					= "2007";

dgs_document_contents		=  new Array();
dgs_document_contents[0]	= "Contents";													//			DO NOT CHANGE!
dgs_document_contents[1]	= "Message from the Chieftain of Clan Dalton, Ciaran Dalton";	//keywords: CLAN-CHIEFTAIN-MESSAGE
dgs_document_contents[2]	= "Notes from the Chairman of the DGS";							//keywords: CHAIRMAN-DGS-NOTE
dgs_document_contents[3]	= "The Civil War and the Battle of Worcester";					//keywords: WORCESTER-BATTLE
dgs_document_contents[4]	= "Niall, Tyrell and Virginia Daltons";							//keywords: VIRGINIA-DALTON
dgs_document_contents[5]	= "Westmeath in 1598";											//keywords: WESTMEATH
dgs_document_contents[6]	= "Lincoln's Inn, a Dalton and Cloath";							//keywords: LINCOLN-INN
dgs_document_contents[7]	= "DGS Journal Publication, Vol. 45, December 2006";			//keywords: DGS-JOURNAL-PUBLICATION
dgs_document_contents[8]	= "Bayonne, New Jersey - Births, Marriages, Burials";			//keywords: BAYONNE-BIRTH
dgs_document_contents[9]	= "A New Orleans and Tennessee Will";							//keywords: WILL-NEW-ORLEANS
dgs_document_contents[10]	= "Meet Your New Editor of Daltons in History";					//keywords: EDITOR
dgs_document_contents[11]	= "Notes from your American Secretary";							//keywords: AMERICAN-SECRETARY-NOTE
						
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","","");							//keywords: EDITOR-MESSAGE
dgs_document_group[5] = new Array("clanchieftainmessage","CLAN","CHIEFTAIN","MESSAGE");		//keywords: CLAN-CHIEFTAIN-MESSAGE
dgs_document_group[6] = new Array("worcesterbattle","WORCESTER","BATTLE","");				//keywords: WORCESTER-BATTLE
dgs_document_group[7] = new Array("virginiadalton","VIRGINIA","DALTON","");					//keywords: VIRGINIA-DALTON
dgs_document_group[8] = new Array("westmeathdalton","WESTMEATH","","");						//keywords: WESTMEATH
dgs_document_group[9] = new Array("lincolninn","LINCOLN","INN","");							//keywords: LINCOLN-INN
dgs_document_group[10] = new Array("bayonnerecord","BAYONNE","BIRTH","");					//keywords: BAYONNE-BIRTH
dgs_document_group[11] = new Array("willtestament","WILL","NEW","ORLEANS");					//keywords: WILL-NEW-ORLEANS
dgs_document_group[12] = 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";

