var MENUACTIVE = 0;
var menutime = setTimeout('doTime()',3000);
var popdownmenutop = 227;

function onTopic( el, ivar )
{ MENUACTIVE = ivar;
  el.style.color = "red";
  el.style.textDecoration = "none";
  mlist1.style.display = "none";
  mlist2.style.display = "none";
  mlist3.style.display = "none";
  mlist4.style.display = "none";
  mlist5.style.display = "none";
  switch (ivar)
 {
     case 1:
        mlist1.style.left = 10;
        mlist1.style.top = popdownmenutop;
        mlist1.style.display = "";
        break;
     case 2:
        mlist2.style.left = 140;
        mlist2.style.top = popdownmenutop;
        mlist2.style.display = "";
        break;
     case 3:
        mlist3.style.left = 240;
        mlist3.style.top = popdownmenutop;
        mlist3.style.display = "";
        break;
     case 4:
        mlist4.style.left = 370;
        mlist4.style.top = popdownmenutop;
        mlist4.style.display = "";
        break;
     case 5:
        mlist5.style.left = 500;
        mlist5.style.top = popdownmenutop;
        mlist5.style.display = "";
        break;
     default:
        break;
  }
  return;
}

function offTopic( el, ivar )
{ //el.style.color = "blue";
  MENUACTIVE = 0;
  var menutime = setTimeout('doTime()',3000);
  return;
}

function doTime()
{
  switch (MENUACTIVE)
 {
     case 0:
        mlist1.style.display = "none";
        mlist2.style.display = "none";
        mlist3.style.display = "none";
        mlist4.style.display = "none";
        mlist5.style.display = "none";
        break;
     case 1:
        mlist1.style.display = "";
        break;
     case 2:
        mlist2.style.display = "";
        break;
     case 3:
        mlist3.style.display = "";
        break;
     case 4:
        mlist4.style.display = "";
        break;
     case 5:
        mlist5.style.display = "";
        break;
     default:
        break;
  }  return;
}

function onMouseOver( el, ivar )
{ MENUACTIVE = ivar;
  clearTimeout(menutime);
  return;
}

function onMouseOut( el )
{ MENUACTIVE = 0;
  return;
}

function onBlur( el, ivar )
{ MENUACTIVE = ivar;
  var menutime = setTimeout('doTime()',3000);
  return;
}

function notOnTopic( el )
{ el.style.color = "white";
  return;
}


//this places a white title within the graphic above the menu (pass title and left position)
document.writeln('<SPAN STYLE="position:absolute; left:')
document.writeln(pageTitleLeft)
document.writeln('; top:140;">')
document.writeln('<FONT COLOR="#FFFFFF" SIZE="6">')
document.writeln(pageTitle)
document.writeln('</FONT>')
document.writeln('</SPAN>')

document.writeln('</HEAD>')
  
document.writeln('<BODY BGCOLOR="#FFFFFF" LINK="#003366" ALINK="#003366" VLINK="#003366"')
document.writeln('TEXT="#000000" BACKGROUND="../site/images/backgrnd.gif"><BASEFONT SIZE="1" FACE="Verdana,Helvetica,Arial">')

document.writeln('<TABLE CELLPADDING="0" CELLSPACING="0"  WIDTH="640">')
document.writeln('<TR>')
document.writeln('<TD COLSPAN="3" ALIGN="CENTER" HEIGHT="5" BORDERCOLOR="BLUE" BGCOLOR="BLUE"></TD>')
document.writeln('</TR>')
document.writeln('<TR>')
document.writeln('<TD ALIGN="CENTER" WIDTH="640"><IMG SRC="../site/images/VFRcopilot.jpg" ALT="OKV at Winchester VA"></TD>')
document.writeln('<TD ALIGN="CENTER" WIDTH="5" BORDERCOLOR="#0000FF" BGCOLOR="#000000"></TD>')
document.writeln('</TR>')
document.writeln('</TABLE>')

document.writeln('<DIV CLASS="mainmenu" ONMOUSEOUT="offTopic(this,0);">')
document.writeln('<TABLE WIDTH="640" BORDERCOLOR="BLUE" BGCOLOR="BLUE">')
document.writeln('<TR>')
document.writeln('<TD ALIGN="CENTER" WIDTH="105"><FONT ONMOUSEOVER="onTopic(this,1);" ONMOUSEOUT="notOnTopic(this);" COLOR="#FFFFFF" SIZE="1"><B>SOFTWARE</B></FONT></TD>')
document.writeln('<TD ALIGN="CENTER" WIDTH="105"><FONT ONMOUSEOVER="onTopic(this,2);" ONMOUSEOUT="notOnTopic(this);" COLOR="#FFFFFF" SIZE="1"><B>HARDWARE</B></FONT></TD>')
document.writeln('<TD ALIGN="CENTER" WIDTH="105"><FONT ONMOUSEOVER="onTopic(this,3);" ONMOUSEOUT="notOnTopic(this);" COLOR="#FFFFFF" SIZE="1"><B>LEARN ABOUT . . .</B></FONT></TD>')
document.writeln('<TD ALIGN="CENTER" WIDTH="105"><FONT ONMOUSEOVER="onTopic(this,4);" ONMOUSEOUT="notOnTopic(this);" COLOR="#FFFFFF" SIZE="1"><B>SUPPORT</B></FONT></TD>')
document.writeln('<TD ALIGN="CENTER" WIDTH="105"><FONT ONMOUSEOVER="onTopic(this,5);" ONMOUSEOUT="notOnTopic(this);" COLOR="#FFFFFF" SIZE="1"><B>CORPORATE</B></FONT></TD>')
document.writeln('</TR>')
document.writeln('</TABLE></DIV>')

    
document.writeln('<P></P>')

document.writeln('<DIV CLASS="menulist" STYLE="display: none;" ID="mlist1">')
document.writeln('<TABLE ONMOUSEOVER="onMouseOver(this,1);" ONMOUSEOUT="onBlur(this,0);" WIDTH="190" BGCOLOR="#000000">')
document.writeln('<TR><TD><A HREF="../1_esectionalsOVERVIEW.htm"><FONT COLOR="#FFFFFF" SIZE="1">eSectionals OVERVIEW</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../1_esectionalsSUBS.htm"><FONT COLOR="#FFFFFF" SIZE="1">eSectionals SPECS/SUBSCRIBE</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../1_esectionalsEDITIONS.htm"><FONT COLOR="#FFFFFF" SIZE="1">eSectionals EDITIONS</FONT></A></TD></TR>')
document.writeln('<TR><TD><A HREF="../1_epilotageOVERVIEW.htm"><FONT COLOR="#FFFFFF" SIZE="1">ePilotage OVERVIEW</FONT></A></TD></TR>')
document.writeln('<TR><TD><A HREF="../1_epilotageSUBS.htm"><FONT COLOR="#FFFFFF" SIZE="1">ePilotage SPECS/SUBSCRIBE</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../1_QuickRADARfree.htm"><FONT COLOR="#FFFFFF" SIZE="1">QuickRADAR (FREE)</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../1_e6bfree.htm"><FONT COLOR="#FFFFFF" SIZE="1">E6B CALCULATOR (FREE)</FONT></TD></TR>')
document.writeln('</TABLE> </DIV>')

document.writeln('<DIV CLASS="menulist" STYLE="display: none;" ID="mlist2">')
document.writeln('<TABLE ONMOUSEOVER="onMouseOver(this,2);" ONMOUSEOUT="onBlur(this,0);" WIDTH="120" BGCOLOR="#000000">')
document.writeln('<TR><TD><A HREF="../2_hwoverview.htm"><FONT COLOR="#FFFFFF" SIZE="1">OVERVIEW</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../2_mcLS800.htm"><FONT COLOR="#FFFFFF" SIZE="1">Motion LS800</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../2_samsung-q1.htm"><FONT COLOR="#FFFFFF" SIZE="1">Samsung Q1</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../2_Q1vLS800.htm"><FONT COLOR="#FFFFFF" SIZE="1">Q1 versus LS800</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../2_gps.htm"><FONT COLOR="#FFFFFF" SIZE="1">GPS</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../2_fsviewer.htm"><FONT COLOR="#FFFFFF" SIZE="1">FlightStrip Viewer</FONT></TD></TR>')
document.writeln('</TABLE> </DIV>')

document.writeln('<DIV CLASS="menulist" STYLE="display: none;" ID="mlist3">')
document.writeln('<TABLE ONMOUSEOVER="onMouseOver(this,3);" ONMOUSEOUT="onBlur(this,0);" WIDTH="160" BGCOLOR="#000000">')
document.writeln('<TR><TD><A HREF="../3_sampletripkit.htm"><FONT COLOR="#FFFFFF" SIZE="1">TRIPKITS & FLIGHTSTRIPS</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../3_faanacocharts.htm"><FONT COLOR="#FFFFFF" SIZE="1">FAA NACO CHARTS</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../3_faachartUGdownloads.htm"><FONT COLOR="#FFFFFF" SIZE="1">FAA CHART USERGUIDE</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../3_charterrors.htm"><FONT COLOR="#FFFFFF" SIZE="1">FAA NACO Chart Errors</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../3_aretheylegal.htm"><FONT COLOR="#FFFFFF" SIZE="1">eSECTIONALS: Legal?</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../3_eleVppr.htm"><FONT COLOR="#FFFFFF" SIZE="1">eSECTIONALS VS PAPER</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../3_glasscockpit.htm"><FONT COLOR="#FFFFFF" SIZE="1">THE GLASS COCKPIT</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../3_inflightpc.htm"><FONT COLOR="#FFFFFF" SIZE="1">LAPTOPS PDAS INFLIGHT</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../3_the-purchase-process.htm"><FONT COLOR="#FFFFFF" SIZE="1">HOW TO PURCHASE</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../3_hemsa021compliance.htm"><FONT COLOR="#FFFFFF" SIZE="1">HEMS A021 COMPLIANCE</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../F_RouteObstaclesExample.htm"><FONT COLOR="#FFFFFF" SIZE="1">LOW ALTITUDE FLIGHTS</FONT></TD></TR>')
document.writeln('</TABLE> </DIV>')

document.writeln('<DIV CLASS="menulist" STYLE="display: none;" ID="mlist4">')
document.writeln('<TABLE ONMOUSEOVER="onMouseOver(this,4);" ONMOUSEOUT="onBlur(this,0);" WIDTH="170" BGCOLOR="#000000">')
document.writeln('<TR><TD><A HREF="../4_ts_faq.htm"><FONT COLOR="#FFFFFF" SIZE="1">FREQUENTLY ASKED QUESTIONS</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../4_ts_techsup.htm"><FONT COLOR="#FFFFFF" SIZE="1">HOW TO CONTACT T/S</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../4_ts_vista.htm"><FONT COLOR="#FFFFFF" SIZE="1">VISTA/W7 DEFECTS</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../4_ts_ls800fan.htm"><FONT COLOR="#FFFFFF" SIZE="1">LS-800 DIY FAN</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../4_ts_esec_data.htm"><FONT COLOR="#FFFFFF" SIZE="1">eSectionals 2nd Computer</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../4_ts_esec_pda.htm"><FONT COLOR="#FFFFFF" SIZE="1">eSectionals on a PDA</FONT></TD></TR>')
document.writeln('</TABLE> </DIV>')

document.writeln('<DIV CLASS="menulist" STYLE="display: none;" ID="mlist5">')
document.writeln('<TABLE ONMOUSEOVER="onMouseOver(this,5);" ONMOUSEOUT="onBlur(this,0);" WIDTH="150" BGCOLOR="#000000">')
document.writeln('<TR><TD><A HREF="../default.htm"><FONT COLOR="#FFFFFF" SIZE="1">HOME PAGE</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../5_corp_contacts.htm"><FONT COLOR="#FFFFFF" SIZE="1">CONTACT US</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../5_corp_consumerrights.htm"><FONT COLOR="#FFFFFF" SIZE="1">CONSUMER RIGHTS</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../5_corp_legal.htm"><FONT COLOR="#FFFFFF" SIZE="1">PURCHASE AGREEMENTS</FONT></TD></TR>')
document.writeln('<TR><TD><A HREF="../5_pressreleases.htm"><FONT COLOR="#FFFFFF" SIZE="1">Press Releases</FONT></TD></TR>')
document.writeln('</TABLE> </DIV>')

//document.writeln('</SCRIPT>')
