function mainMenu(){

document.write("<a href = main.html>News</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = notes.html>Notes</a>");

}

function livestockMenu(){

document.write("<a href = livestock.html>Livestock</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = nqe.html>Not Quite Extinct</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = rs.html>Retail Sunshine</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = characters.html>Characters</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = history.html>History</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = ae.html>Press/Events</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = fun.html>Fun!</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = newsletter.html>Facebook</a>");

}

function filmMenu(){

document.write("<a href = tapm.html>Peter Meadowdale</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = pmbbs.html>PM:BBS</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = boh.html>Better Off Hungry</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = frankfilm.html>Frank</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = highnoon.html>High Noon @ The Labs</a>");

}

function infoMenu(){

document.write("<a href = info.html>Artist Statement</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = contact.html>Contact</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = resume.html>Resume</a>");

}

function storeMenu(){

document.write("<a href = books.html>Books</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = dvds.html>DVDs</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = tshirts.html>T-Shirts</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = hats.html>Hats</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = mugs.html>Mugs</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = mousepads.html>Mousepads</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = stickers.html>Stickers</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = stamps.html>Stamps</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = prints.html>Prints</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = order.html>ORDER NOW</a>");
}

function linMenu(){

document.write("<a href = links.html>Link to Livestock</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href = links2.html>Other Links</a>");

}