//Script to break out of frames.
if (window != top) top.location.href = location.href;

// Detect if browser is Netscape 3 + or IE 4 +.
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if ((bName == "Netscape" && bVer >= 3) ||
	
(bName == "Microsoft Internet Explorer" && bVer >= 4))
br = "n3";
else br = "n2";

/************************************************
*	DESCRIPTION	-	Displays Menu
************************************************/
document.write ("" + 
"<a name=top></a>" +
"<TABLE border=0 cellpadding=0 cellspacing=0 width=770>" +
"<TR>" +
"	<TD valign=top><IMG SRC=../images/top_left.gif border=0 width=162 height=61></TD>" +
"	<TD valign=top><IMG SRC=../images/top_right.gif border=0 width=608 height=58></TD>" +
"</TR>" +
"<TR>" +
"	<TD valign=top>" +
/*
1 = Home
2 = Guidelines
3 = Academy
4 = Database
5 = Astrometrics
6 = Engineering
7 = Medical
8 = Fleet
9 = Site Map
10 = Awards
11 = Join

*/
/*** Bottom (First) Button *********************************************/
"		<A HREF=../fleet/index.htm><img src=../images/menu_home.gif width=162 height=41 alt=Home border=0></A><BR>" +
"		<A HREF=../academy/join.php><img src=../images/menu_join.gif width=162 height=40 alt=Join border=0></A><BR>" +
"		<A HREF=../academy/index.htm><img src=../images/menu_academy.gif width=162 height=40 alt=Academy border=0></A><BR>" +
"		<A HREF=../fleet/the_fleet.htm><img src=../images/menu_fleet.gif width=162 height=40 alt=The Fleet border=0></A><BR>" +
"		<A HREF=../fleet/guidelines.htm><img src=../images/menu_guidelines.gif width=162 height=40 alt=Guidelines border=0></A><BR>" +
"		<A HREF=../astrometrics/index.htm><img src=../images/menu_map.gif width=162 height=40 alt=Our Location border=0></A><BR>" +
"		<A HREF=../fleet/timeline.htm><img src=../images/menu_timeline.gif width=162 height=40 alt=Our Timeline border=0></A><BR>" +
"		<A HREF=../astrometrics/map_detailed.htm><img src=../images/menu_fleet_map.gif width=162 height=40 alt=Fleet Map border=0></A><BR>" +
"		<A HREF=../fleet/departments.htm><img src=../images/menu_departments.gif width=162 height=40 alt=Departments border=0></A><BR>" +
//"		<A HREF=../astrometrics/index.htm><img src=../images/menu_astrometrics.gif width=162 height=40 alt=Astrometrics border=0></A><BR>" +
//"		<A HREF=../engineering/index.htm><img src=../images/menu_engineering.gif width=162 height=40 alt=Engineering border=0></A><BR>" +
//"		<A HREF=../medical/index.php><img src=../images/menu_medical.gif width=162 height=40 alt=Medical border=0></A><BR>" +
"		<A HREF=../database/index.htm><img src=../images/menu_database.gif width=162 height=40 alt=Database border=0></A><BR>" +
"		<A HREF=../awards/player.htm><img src=../images/menu_awards.gif width=162 height=40 alt=Awards border=0></A><BR>" +
//"		<A HREF=../chat/index.htm><img src=../images/menu_chat.gif width=162 height=40 alt=Chat border=0></A><BR>" +
"		<A HREF=../fleet/site_map.htm><img src=../images/menu_sitemap.gif width=162 height=40 alt=Site Map border=0></A><BR>" +
//"		<A HREF=../fleet/banners.htm><img src=../images/menu_banners.gif width=162 height=40 alt=Banner Exchange border=0></A><BR>" +
"		<A HREF=../fleet/links.htm><img src=../images/menu_links.gif width=162 height=40 alt=Links border=0></A><BR>" +
"		<A HREF=../fleet/contact.php><img src=../images/menu_contact.gif width=162 height=40 alt=Contact Us border=0></A><BR>" +
"	  <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 width=162>" +
"		<TR>" +
"			<TD valign=top height=150 background=../images/menu_affiliates.gif>" +
"			<br><br><A HREF=http://www.sgancientlegacy.com/ class=MenuAffiliates>&middot;&nbsp;Stargate</a>" +
"			<A HREF=http://www.sgancientlegacy.com/ class=MenuAffiliates>&nbsp;&nbsp;Ancient Legacy</a>" +
"			</td>" +
"		</tr>"+
"		</table>" +
/*** Bottom (Last) Button *********************************************/
"		<IMG SRC=../images/menu_bottom.gif border=0 width=162 height=77><BR>" +
/*** Bottom (Last) Button *********************************************/
"	</TD>" +
"	<TD valign=top align=left>" +
"		<TABLE BORDER=0 CELLPADDING=5 CELLSPACING=0 width=100%>" +
"		<TR>" +
"			<TD valign=top>" +
"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 width=100%>" +
"		<tr>" +
"			<TD align=center class=NavDept height=20>" +
//"			<div style=margin:5px 0px 5px 0px;><img src=/images/line_blue.gif width=100% height=2 alt=line border=0></div>" +
"			<A HREF=/academy/index.htm class=NavDept>Academy</A>&nbsp;|&nbsp;" +
"			<A HREF=/astrometrics/index.htm class=NavDept>Astrometrics</A>&nbsp;|&nbsp;" +
"			<A HREF=/engineering/index.htm class=NavDept>Engineering</A>&nbsp;|&nbsp;" +
"			<A HREF=/flight_control/index.htm class=NavDept>Flight Control</A>&nbsp;|&nbsp;" +
"			<A HREF=/medical/index.php class=NavDept>Medical</A>&nbsp;|&nbsp;" +
"			<A HREF=/operations/index.htm class=NavDept>Operations</A>&nbsp;|&nbsp;" +
"			<A HREF=/science/index.php class=NavDept>Science</A>&nbsp;|&nbsp;" +
"			<A HREF=/security/index.htm class=NavDept>Security</A>" +
"			</td>" +
"		</tr>"+
"		<tr><td><div><img src=/images/spacer.gif width=1 height=4 alt=line border=0></div></td></tr>" +
"	</table>");


