function vinemenu() {
			document.write("<div class=\"menuitem\" onMouseOver=\"this.style.backgroundColor='#808080';this.style.cursor='pointer'\" onMouseOut=\"this.style.backgroundColor='#C0C0C0'\" onClick=\"window.location.href='..\/index.html'\">Home</div>\r"+
			"<div class=\"menuitem\" onMouseOver=\"this.style.backgroundColor='#808080';this.style.cursor='pointer'\" onMouseOut=\"this.style.backgroundColor='#C0C0C0'\" onClick=\"window.location.href='..\/vpages\/ask.html'\">Ask Dr.Vine</div>\r"+
			"<div class=\"menuitem\" onMouseOver=\"this.style.backgroundColor='#808080';this.style.cursor='pointer'\" onMouseOut=\"this.style.backgroundColor='#C0C0C0'\" onClick=\"window.location.href='..\/vpages\/cv.html'\">Curriculum Vitae</div>\r"+
			"<div class=\"menuitem\" onMouseOver=\"this.style.backgroundColor='#808080';this.style.cursor='pointer'\" onMouseOut=\"this.style.backgroundColor='#C0C0C0'\" onClick=\"window.location.href='..\/vpages\/case.html'\">Case Studies</div>\r"+
			"<div class=\"menuitem\" onMouseOver=\"this.style.backgroundColor='#808080';this.style.cursor='pointer'\" onMouseOut=\"this.style.backgroundColor='#C0C0C0'\" onClick=\"window.location.href='..\/vpages\/book.html'\">The Book</div>\r"+
			"<div class=\"menuitem\" onMouseOver=\"this.style.backgroundColor='#808080';this.style.cursor='pointer'\" onMouseOut=\"this.style.backgroundColor='#C0C0C0'\" onClick=\"window.location.href='..\/vpages\/links.html'\">Useful Links</div>\r"+
			"<div class=\"menuitem\" onMouseOver=\"this.style.backgroundColor='#808080';this.style.cursor='pointer'\" onmouseOut=\"this.style.backgroundColor='#C0C0C0'\" onClick=\"window.location.href='..\/vpages\/oxystore.html'\">Oxyfresh Store</div>\r"+
			"<div class=\"menuitem\" onMouseOver=\"this.style.backgroundColor='#808080';this.style.cursor='pointer'\" onmouseOut=\"this.style.backgroundColor='#C0C0C0'\" onClick=\"window.location.href='..\/vpages\/visitor.html'\">Visitors</div>\r"+
			"<div class=\"menuitem\" onMouseOver=\"this.style.backgroundColor='#808080';this.style.cursor='pointer'\" onmouseOut=\"this.style.backgroundColor='#C0C0C0'\" onClick=\"window.location.href='..\/vpages\/opinion.html'\"><span style='color:#990000'>Opinion Blog</span></div>\r" +
			"<img src=\"images/ADA_Member_Logo_Vert_2010.jpg\" alt=\"ADA Member\" />");
}

function bookmenu() {
			document.write("<div class=\"bookmenu\" onMouseOver=\"this.style.cursor='hand';this.style.backgroundColor='#8b008b'\" onMouseOut=\"this.style.backgroundColor='#7170cd'\" onClick=\"window.location.href='..\/vpages\/toc.html';this.style.backgroundColor='#7170cd'\">Table of Contents</div>\r"+
			"<div class=\"bookmenu\" onMouseOver=\"this.style.cursor='hand';this.style.backgroundColor='#8b008b'\" onMouseOut=\"this.style.backgroundColor='#7170cd'\" onClick=\"window.location.href='..\/vpages\/revu.html';this.style.backgroundColor='#7170cd'\">Book Reviews</div>\r"+
			"<div class=\"bookmenu\" onMouseOver=\"this.style.cursor='hand';this.style.backgroundColor='#8b008b'\" onMouseOut=\"this.style.backgroundColor='#7170cd'\" onClick=\"window.location.href='https:\/\/www.createspace.com\/3361897'\">Order Form</div>\r")
}

function killspam() {
	document.write("<a href='mailto:dvine&#064;davidvinedentist&#046;com'>Email\</a>");
}

