// JavaScript Document
	var appdir = 'http://lagic.lsu.edu/lgiscweb/'; 
	if ((document.location == appdir + 'default.asp') || (document.location == appdir)){
		document.write('<B>Louisiana GIS Council Home</b>');
	} else {
		document.write('<a href="default.asp" class="banner_menu_linked">LGISC Home</a> &gt;<strong>');
		if (document.location == appdir + 'about.htm'){
			document.write(' <B>About the GIS Council</b>');
		} else if (document.location == appdir + 'meetings.htm'){
			document.write(' <B>Council Meeting Info</b>');
		} else if (document.location == appdir + 'members.htm'){
			document.write(' <B>Council Members & Agencies</b>');
		} else if (document.location == appdir + 'documents.htm'){
			document.write(' <B>Council Documents</b>');
		} else if (document.location == appdir + 'subcommittees.htm'){
			document.write(' <B>Council Subcommittees</b>')
		} else if (document.location >= appdir + 'projects.htm'){
			document.write(' <B>Council Projects</b>')			
		} else if (document.location == appdir + 'data.htm'){
			document.write(' <B>Data Resources</b>');
		} else if (document.location == appdir + 'brooks_act_litigation.htm'){
			document.write(' <B>Brooks Act Lawsuit Information</b>');
		} else if (document.location == appdir + 'funding.htm'){
			document.write(' <B>Funding Information</b>');			
		} else if (document.location == appdir + 'help.htm'){
			document.write(' <B>Help & Technical Resources</b>');
		} else if (document.location == appdir + 'documents.htm'){
			document.write(' <B>Council Documents</b>');
		} else if (document.location == appdir + 'search.asp'){
			document.write(' <B>Search Results</b>');
		} else if (document.location == appdir + 'help.htm'){
			document.write(' <B>Help</b>');
			}				
	}
	appdir=null;
