var menuheight;


function setdroppos() {
	menuheight = document.getElementById("dropdown").offsetHeight;
	document.getElementById("topnav").style.height = menuheight + "px";
	document.getElementById("bottomnav").style.height = menuheight + "px";
	document.getElementById("submenu1").style.marginTop = menuheight + "px";
	document.getElementById("submenu2").style.marginTop = menuheight + "px";
	document.getElementById("submenu3").style.marginTop = menuheight + "px";
	document.getElementById("submenu4").style.marginTop = menuheight + "px";
	document.getElementById("main").style.marginTop = 30 + "px";
	
}

function formalert(){
	alert ("Thank you for contacting Oracare. You will now be redirected to our Home Page");
}