// JavaScript Document

// Functions for sites_mainindex.html

// Function tells page to go to another page once button pressed.

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
	}



// Function links site selected to the appropriate page once go is clicked

function gotocountry()
	{
	if (document.select1.country.selectedIndex=="0") {MM_goToURL('parent','artefacts-british.html');return document.MM_returnValue;}
	if (document.select1.country.selectedIndex=="1") {MM_goToURL('parent','artefacts-denmark.html');return document.MM_returnValue;}
	if (document.select1.country.selectedIndex=="2") {MM_goToURL('parent','artefacts-easteurope.html');return document.MM_returnValue;}
	if (document.select1.country.selectedIndex=="3") {MM_goToURL('parent','artefacts-france.html');return document.MM_returnValue;}
	if (document.select1.country.selectedIndex=="4") {MM_goToURL('parent','../non-british/1909-751.html');return document.MM_returnValue;}
	if (document.select1.country.selectedIndex=="5") {MM_goToURL('parent','artefacts-ireland.html');return document.MM_returnValue;}
	if (document.select1.country.selectedIndex=="6") {MM_goToURL('parent','artefacts-italy.html');return document.MM_returnValue;}
	if (document.select1.country.selectedIndex=="7") {MM_goToURL('parent','artefacts-poland.html');return document.MM_returnValue;}
	if (document.select1.country.selectedIndex=="8") {MM_goToURL('parent','artefacts-spain.html');return document.MM_returnValue;}	

	return;
	}
	
	function gotoperiod()
	{
	if (document.select2.period.selectedIndex=="0") {MM_goToURL('parent','artefacts-byzant.html');return document.MM_returnValue;}
	if (document.select2.period.selectedIndex=="1") {MM_goToURL('parent','artefacts-hallstatt.html');return document.MM_returnValue;}
	

	return;
	}
