/*  pageConstants.js

This file contains constants for all the pages within the 
 museum website, so one doesn't have to write out a long 
 filepath and so that files can easily be placed in 
 subfolders, etc. 
*/

//SERVER = "http://www-personal.umich.edu/~tseaton/PaleontologyMuseum2/";
SERVER = "http://www.paleontology.lsa.umich.edu/";

	// Pages
	HOME = SERVER + "index.html";								// done
	UM_PALEO = SERVER + "paleoUM.html";						// done
		ACCOMPLISHMENTS = SERVER + "Accomplishments/accomplishmentList.html";
			ARSINOTHERE = SERVER + "Accomplishments/arsinothere.html";
			BECKBOOK05 = SERVER + "Accomplishments/Beckbook05b.html";
			CARPOLESTES = SERVER + "Accomplishments/Carpolestes.html";
			MAIACETUS2009 = SERVER + "Accomplishments/Maiacetus2009.html";
			RODHOCETUS = SERVER + "Accomplishments/Rodhocetus.html";
			DORUDON = SERVER + "Accomplishments/Dorudon.html";
			GUNNELLPHYSANTHRO = SERVER + "Accomplishments/GunnellPhysAnthro.html",
			MASTODON03 = SERVER + "Accomplishments/Mastodon03.html";
			MASTODON_NEWS = SERVER + "Accomplishments/MastodonNews.html";
			SANDERS03 = SERVER + "Accomplishments/Sanders03.html";			// www.lsa.umich.edu/lsa/detail/0,2034,6108%255Farticle%255F8480,00.html";						
			WILSONBOOK05 = SERVER + "Accomplishments/Wilsonbook05.html";
			WYOMING03 = SERVER + "Accomplishments/Wyoming03.html";
			SVP03 = SERVER + "Accomplishments/SVP03.html";
			SVP03ABSTRACTS = SERVER + "Accomplishments/SVP03abstracts.html";
			CASELECT2007 = SERVER + "Accomplishments/CaseLect2007.html";
			BATNATURE2008 = SERVER + "Accomplishments/BatNature2008.html";
			CASELECT2008 = SERVER + "Accomplishments/CaseLect2008.html";
			CASELECT2009 = SERVER + "Accomplishments/CaseLect2009.html";
		PALEO_Q = SERVER + "paleoQ.html";					// done
		PALEO_MUS = SERVER + "paleoMus.html";				// done
		MUS_BUILDING = SERVER + "museumBuilding.html";		// done
		HISTORY = SERVER + "history.html";						// done
	DIRECTORY = SERVER + "Directory/alphabetical.html";					// done
		FACULTY = SERVER + "Directory/faculty.html";
		STAFF = SERVER + "Directory/staff.html";
		POSTDOCS = SERVER + "Directory/postdocs.html";
		STUDENTS = SERVER + "Directory/students.html";
		ALUMNI = SERVER + "Directory/alumni.html";
		INDIVIDUAL = SERVER + "Directory/individual.html?person=";		// done
	STUDENT_INFO = SERVER + "Resources/studentInfo.html";
		GRAD_PROGRAM = SERVER + "Resources/gradProgram.html";			// done
		UNDERGRAD_OPS = SERVER + "Resources/undergrad.html";			// done
		COURSES = SERVER + "Resources/courses.html";					// done
	EVENTS = SERVER + "Events/events.html";							// done
		PALEO_SEM = SERVER + "Events/paleoSem.html";				// done - paleoSeminar schedule
		CASE_LECTURES = SERVER + "Events/case.html";
	RESEARCH = SERVER + "Resources/research.html";						// done
		PALEOBOTANY = SERVER + "Resources/paleobotany.html";			// done
			PALEOBOTANY_RESEARCH = SERVER + "Paleobotany/UMPaleobotany.html";
			PB_RESSTRENGTHS = SERVER + "Paleobotany/Resstrengths.html";			
			PB_IMAGE_GALLERY = SERVER + "Paleobotany/SlideShow/ImageGallery.html";
				PB_SLIDESHOW = SERVER + "Paleobotany/SlideShow/paleobotanySlideShow.html?ID=";
				ARCHAEOPTERIS_RECONSTRUCTION = SERVER + "Paleobotany/SlideShow/Archaeopt.html";
			PB_GRAD_STUDENTS = SERVER + "Paleobotany/Grad_students.html";
			PB_RESOURCES = SERVER + "Paleobotany/Resources.html";
			PB_TYPE_PUBS = SERVER + "Paleobotany/Publications.html";
			PB_COLLECTIONS = SERVER + "Paleobotany/Collectpolicy.html";
				PALEOBOTANY_COLLECTION = SERVER + "Paleobotany/Collection/paleobotanyCollection.html";			// done
				PALEOBOTANY_RESULTS = SERVER + "Paleobotany/Collection/paleobotanyResults.html";			// done
			PB_WORK = SERVER + "Paleobotany/Work_in_progress.html";
		INVERT_PALEO = SERVER + "Resources/invertPaleo.html";			// done
		VERT_PALEO = SERVER + "Resources/vertPaleo.html";				// done
		MICROPALEO = SERVER + "Resources/micropaleontology.html";		// done
		COLLECTIONS = SERVER + "Resources/collections.html";			// done
		LABS = SERVER + "Resources/labs.html";
			MORPH_LAB = SERVER + "Resources/morphLab.html";					// done
			PREP_LAB = SERVER + "Resources/prepLab.html";
	PUBLICATIONS = SERVER + "Publications/publicationIntro.html";				// done
		UM_CONTRIB = SERVER + "Publications/UMcontrib.html";				// done
		UM_PAPERS = SERVER + "Publications/UMpapers.html";				// done
		UM_MISC_PAPERS = SERVER + "Publications/UMmiscPapers.html";
		PUB_AUTHOR = SERVER + "Publications/UMpubAuth.html";		
		AUTHOR_PUBS = SERVER + "Publications/authorPubs.html?person=";	
		PUB_ORDERING = SERVER + "Publications/orderingInstructions.html";
		ORDER_FORM = SERVER + "Publications/OrderForm.doc";
	OTHER_LINKS = SERVER + "otherLinks.html";
	SITE_MAP = SERVER + "siteMap.html";
	ADMIN = SERVER + "Help/help.html";

	WIDE_IMAGE = "Dorudon";		// used as both name of picture (.jpg appended) and name of page links to (.html appended)
	//NEWS_IMAGE = "BatNature2008";	// used as both name of picture (.jpg appended) and name of page links to (.html appended)
	//NEWS_IMAGE = "Maiacetus2009";	// used as both name of picture (.jpg appended) and name of page links to (.html appended)
	NEWS_IMAGE = "CaseLect2009";	// used as both name of picture (.jpg appended) and name of page links to (.html appended)
	PALEOBOTANY_IMAGE = "Archaeopteris";
	MICRO_IMAGE = "Hantkenina";
	INVERT_IMAGE = "Gennaeocrinus";
	VERT_IMAGE = "Mammut";
	MORPH1_IMAGE = "morph1";
	MORPH2_IMAGE = "morph2";
	MORPH3_IMAGE = "morph3";
	
	DEFAULT_MESSAGE = "<center><font align=center color='gray' size='+1' face='Georgia, Times New Roman, Times, serif'><b>This page is currently under construction.<BR>Thank you for your patience.</b></font></center><BR><BR><BR><BR><BR><BR><BR><BR>";