// JavaScript Document

	function dropUp(state) {
		if(state==true) {
	var red = "#AD1011";
	document.getElementById('dropup').style.backgroundColor = red;
	document.getElementById('dropup').style.borderLeft = "2px solid #FFFFFF";
	document.getElementById('dropup').style.borderRight = "2px solid #FFFFFF";
	document.getElementById('dropup').innerHTML = "&nbsp;<a href=\"slant-headstones.html\">slant headstones</a> | <a href=\"single-grave-headstones.html\">Single Grave Headstones</a>";
	} else if(state==false) {
	var red = "";
	document.getElementById('dropup').style.backgroundColor = red;
	document.getElementById('dropup').innerHTML = "";
	document.getElementById('dropup').style.borderLeft = "";
	document.getElementById('dropup').style.borderRight = "";
	}
	}
	
	function aboutDropUp() {
	var red = "#AD1011";
	document.getElementById('dropup').style.backgroundColor = red;
	document.getElementById('dropup').style.borderLeft = "2px solid #FFFFFF";
	document.getElementById('dropup').style.borderRight = "2px solid #FFFFFF";
	document.getElementById('dropup').innerHTML = "&nbsp;<a href=\"about-century-memorials.html\">about us</a> | <a href=\"century-memorial-qualifications.html\">qualifications</a> | <a href=\"century-memorials-timeline.html\">timeline</a> | <a href=\"contact-century-memorials.html\">contact</a>";
	}
	function monumentsDropUp() {
	var red = "#AD1011";
	document.getElementById('dropup').style.backgroundColor = red;
	document.getElementById('dropup').style.borderLeft = "2px solid #FFFFFF";
	document.getElementById('dropup').style.borderRight = "2px solid #FFFFFF";
	document.getElementById('dropup').innerHTML = "&nbsp;<a href=\"century-memorial-monuments.html\">family monuments</a>";
	}
	function letteringDropUp() {
		var red = "#AD1011";
	document.getElementById('dropup').style.backgroundColor = red;
	document.getElementById('dropup').style.borderLeft = "2px solid #FFFFFF";
	document.getElementById('dropup').style.borderRight = "2px solid #FFFFFF";
	document.getElementById('dropup').innerHTML = "&nbsp;<a href=\"cemetery-lettering.html#sandblast\">sandblast letters</a> | <a href=\"cemetery-lettering.html#handcut\">Handcut letters</a> | <a href=\"cemetery-lettering.html#other\">OTHER LETTERING TYPES</a>";
	}
