function menu() {
 this.display = displaymenu
}
function displaymenu() {
 document.writeln("<A HREF='../index.html'><IMG SRC='../images/home.gif' WIDTH='133' HEIGHT='134' BORDER='0'></A>")
 document.writeln("<TABLE WIDTH=125><TR VALIGN=TOP><TD VALIGN=TOP ALIGN=LEFT>")
 document.writeln("<B><FONT FACE='Arial, Helvetica, sans-serif'><A HREF='../program/symposiumprogram.doc'><IMG SRC='../images/coverbk.gif' WIDTH='32' HEIGHT='34' BORDER='0' ALIGN='RIGHT'></A><A HREF='../program/INCOSE2002SympProgram.pdf'>Brochure</A><BR>")
 document.writeln("<A HREF='../program/program.htm'>Program</A><BR>")
 document.writeln("<A HREF='../venue/venue.htm'>Venue</A> <A HREF='../tours/tours.htm'>& Tours</A><BR><A HREF='../registration/registration.htm'>Registration</A><BR>")
 document.writeln("<A HREF='../sponsorship/sponsors.htm'>Sponsorship</A><BR>")
 document.writeln("<A HREF='../exhibitors/exhibitors.htm'>Exhibitors</A><BR>")
 document.writeln("<A HREF='../papers/papers.htm'>Papers</A><BR>")
 document.writeln("<A HREF='../panels/panels.htm'>Panels</A><BR>")
 document.writeln("<A HREF='../tutorials/tutorials.htm'>Tutorials</A><BR>")
 document.writeln("<A HREF='../forum/academicforum.htm'>Academic</A><BR>")
 document.writeln("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF='../forum/academicforum.htm'>Forum</A><BR>")
 document.writeln("<A HREF='../management/meetings.htm'>Committee</A><BR>")
 document.writeln("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF='../management/meetings.htm'>Meetings</A><BR>")
 document.writeln("<A HREF='../management/contacts.htm'>Contacts</A><BR>")
 document.writeln("<A HREF='../whatsnew/whatsnew.htm'>What's New</A><BR>")
 document.writeln("<A HREF='../management/faq.htm'>FAQs</A><BR></TR></TABLE><BR>")
 document.writeln("<A HREF='../sponsorship/opportunities.htm'><IMG SRC='../images/sponsorsanimation.gif' border=0 WIDTH=130 HEIGHT=93></a><BR>")
 document.writeln("<BR><A HREF='http://www.incose.org'> ")
 document.writeln("<IMG SRC='../images/incose.gif' WIDTH=130 HEIGHT=25 BORDER=0></A><BR><BR>")
 document.writeln("<FONT FACE='Arial, Helvetica, sans-serif' SIZE=1 COLOR='#0066FF'>© Copyright 2002<BR>International Council<BR>on Systems Engineering</FONT><BR>")
 document.writeln("<BR><FONT FACE='Arial, Helvetica, sans-serif' SIZE=1 COLOR='#0066FF'>WebMaster: ")
 document.writeln("<A HREF='mailto:Steven.Recker@mw.boeing.com'>Steve Recker</A></FONT><BR>")
}