document.write("<div id='list'>");

document.write("<p>Company</p>");

document.write("<ul>");

document.write("<li><a href='index.htm#companyintro'>Company Profile</a></li>");

document.write("<li><a href='index.htm#contact'>Sales Contact</a></li>");

document.write("<li><a href='index.htm#info'>Product Info</a></li>");

document.write("<li><a href='index.htm#webmaster'>Contact Webmaster</a></li>");

document.write("<li><a href='press.htm'>News</a></li>");

document.write("<li><a href='../userstory/index.htm'>User Stories</a></li>");

document.write("</ul>");

document.write("</div>");
