// JavaScript Document
										
evt_type					= "Annual Gathering";
evt_location				= "Birr Ireland";
evt_month					= "August";
evt_year					= "2008";

dgs_document_contents =  new Array();
dgs_document_contents[0] = "Contents";									//			DO NOT CHANGE!
dgs_document_contents[1] = "Irish Roots Article by Clan Dalton Chieftain, Cairan Dalton";						//keywords: CLAN-IRELAND
dgs_document_contents[2] = "Chairman's Diary of Birr 2008";					
dgs_document_contents[3] = "Reminiscences of Delegates at Birr";
dgs_document_contents[4] = "Birr Photo Gallery";											//keywords: PHOTO-GALLERY
dgs_document_contents[5] = "Slides of Richard D'Alton Williams Presentation";											//keywords: PHOTO-GALLERY
dgs_document_contents[6] = "Programme for the Weekend";
dgs_document_contents[7] = "An Historical Perspective on Birr (D in H November 2007)";
dgs_document_contents[8] = "Visit to the Giant Telescope of Birr (D in H December 2007)";
dgs_document_contents[9] = "Visit to Clonmacnoise (D in H July 2008)";
						
dgs_document_group = new Array();
dgs_document_group[0] = new Array("content","CONTENT","","");								//contents: DO NOT CHANGE!
dgs_document_group[1] = new Array("irishrootsarticle","IRISH","ROOTS","ARTICLE");		
dgs_document_group[2] = new Array("diaryofbirr","DIARY","OF","BIRR");						//keywords: DIARY-OF-BIRR
dgs_document_group[3] = new Array("reminiscences","REMINISCENCES","","");		//keywords: REMINISCENCES-OF-BIRR	
dgs_document_group[4] = new Array("photogallery","PHOTO","GALLERY","");					//keywords: PHOTO-GALLERY
dgs_document_group[5] = new Array("presentationslides","PRESENTATION","SLIDE","");	//keywords: PRESENTATION-SLIDE
dgs_document_group[6] = new Array("programme","PROGRAMME","","");
dgs_document_group[7] = new Array("historicalperspective","HISTORICAL","PERSPECTIVE","");
dgs_document_group[8] = new Array("gianttelescopebirr","GIANT","TELESCOPE","BIRR");					
dgs_document_group[9] = new Array("visitclonmacnoise","VISIT","CLONMACNOISE","");					
dgs_document_group[10] = new Array("default","default","","");								//default : DO NOT CHANGE!

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

if ( typeof( window[ 'pageFilename' ] ) == "undefined" ) {
pageFilename = "events.gif";}

dgs_document_name			=  new Array();
dgs_document_name[0]		= evt_type;
dgs_document_name[1]		= evt_location;
dgs_document_name[2]		= evt_month+" "+evt_year;

dgs_bar_header				=  new Array();
if ((pageFilename == "events.gif") && (evt_type == "Other")) {
  dgs_bar_header[0]			= dgs_document_name[0];
  dgs_bar_header[1]			= dgs_document_name[1];
  dgs_bar_header[2]			= dgs_document_name[2];
} else if (pageFilename == "events.gif") {
  dgs_bar_header[0]			= "Forthcoming";
  dgs_bar_header[1]			= dgs_document_name[0];
  dgs_bar_header[2]			= dgs_document_name[1];
  dgs_bar_header[3]			= dgs_document_name[2];
} else {
  dgs_bar_header[0]			= "Archive of";
  dgs_bar_header[1]			= dgs_document_name[0];
  dgs_bar_header[2]			= dgs_document_name[1];
  dgs_bar_header[3]			= dgs_document_name[2];
}

dgs_bar_header_style		=	"p";

