// NAV MENU
function NavMenu() {
	var message = "<a href='about.html'>About</a><br><a href='mailto: black.falcon@insightbb.com'>Contact</a><br><a href='index.html'>Home</a><br><a href='products.html'>Products</a>"
	document.write(message)
	document.close
}

// NEW MENU
function NewMenu() {
	var message = "<p><li><b>D-Percent - 100 Modern Professions</b> </li><li><b>D-Percent - 100 Fantasy NPC Backpack and Sack Contents</b> </li><li><b>D-Percent - 100 Animal Trophies & Trade Goods</b> </li><li><b>D-Percent - 100 Monstrous Trophies & Trade Goods</b> </li><li><b>D-Percent - 100 Dwarven Names</b> </li></p>"
	document.write(message)
	document.close
}

// SQUAWK MENU
function SquawkMenu() {
	var message = "<p><li>Hello</li></p>"
	document.write(message)
	document.close
}

// PAGE FOOTER
function FooterMenu() {
	var message = "Contents copyright &copy;2010-2011 Black Falcon Games LLC. Product PDFs available exclusively at <a href='http://rpg.drivethrustuff.com/index.php?filters=0_0_0_0&manufacturers_id=3226&src=BFG_Website_Footer' target='_blank'>DriveThruRPG</a>."
	document.write(message)
	document.close
}
