// *************************************
// Javascript code formerly found on each page
// *************************************

// SETS VARIABLES BASED ON BROWSER, BECAUSE IE AND NETSCAPE USE DIFFERENT DOCUMENT OBJECT MODELS FOR DHTML
var ns4 = (document.layers)? true:false
var ie = (document.all)? true:false
var ns7 = (!document.all && document.getElementById); 

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_mainNavRollover(index) {
    if (index == 0) MM_swapImage('home','','" + imgPosition + "home_roll.gif',1);
	else if (index == 1) MM_swapImage('sitemap','','" + imgPosition + "sitemap_roll.gif',1)
	else if (index == 2) MM_swapImage('demo','','" + imgPosition + "demo_roll.gif',1);
	else if (index == 3) MM_swapImage('surveys','','" + imgPosition + "surveys_roll.gif',1);
	else if (index == 4) MM_swapImage('contactus','','" + imgPosition + "contactus_topnav_roll.gif',1);
}

function MM_setCurrentPage(index) {
    if (index == 0) MM_swapImage('mainNav0','','" + imgPosition + "about_over.gif',1);
	else if (index == 1) MM_swapImage('mainNav1','','" + imgPosition + "products_over.gif',1);
	else if (index == 2) MM_swapImage('mainNav2','','" + imgPosition + "our_over.gif',1);
	else if (index == 3) MM_swapImage('mainNav3','','" + imgPosition + "customer_over.gif',1);
	else if (index == 4) MM_swapImage('mainNav4','','" + imgPosition + "partner_over.gif',1);
}

function preloadNavImages() {
    MM_preloadImages('" + imgPosition + "home_roll.gif','" + imgPosition + "sitemap_roll.gif','" + imgPosition + "demo_roll.gif','" + imgPosition + "surveys_roll.gif','" + imgPosition + "contactus_topnav_roll.gif','" + imgPosition + "partnerspro_benefits_roll.gif','" + imgPosition + "partnerspro_application_roll.gif','" + imgPosition + "partnerspro_boardroom_roll.gif','" + imgPosition + "partners_list_roll.gif');MM_showHideLayers('Layer1','','hide','news','','hide','what','','hide','clients','','show');
}

// Original vfa.js Javascript
// *************************************

var BrowserVersion = parseFloat(navigator.appVersion)
ns4x = (navigator.appName == "Netscape")&&(BrowserVersion >=4)
ie4x = (navigator.appName == "Microsoft Internet Explorer")&&(BrowserVersion >=4)

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length); i+=25) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function showMenu(id) {
if (ns4) document.layers[id].visibility = "show"
if (ns7) document.getElementById(id).style.visibility = "visible";
else if (ie) document.getElementById(id).style.visibility = "visible";
}

function hideMenu(id) {
if (ns4) document.layers[id].visibility = "hide"
if (ns7) document.getElementById(id).style.visibility = "hidden";
else if (ie) document.getElementById(id).style.visibility = "hidden";
}


function MM_showHideLayers_all() {//v3.0
  hideMenu('A');
  hideMenu('B');
  hideMenu('C');
  hideMenu('D');
  hideMenu('E');
}

function MM_showHideLayers_about() {//v3.0
  showMenu('A');
  hideMenu('B');
  hideMenu('C');
  hideMenu('D');
  hideMenu('E');
}

function MM_showHideLayers_products() {//v3.0
  hideMenu('A');
  showMenu('B');
  hideMenu('C');
  hideMenu('D');
  hideMenu('E');
}

function MM_showHideLayers_clients() {//v3.0
  hideMenu('A');
  hideMenu('B');
  showMenu('C');
  hideMenu('D');
  hideMenu('E');
}

function MM_showHideLayers_customers() {//v3.0
  hideMenu('A');
  hideMenu('B');
  hideMenu('C');
  showMenu('D');
  hideMenu('E');
}

function MM_showHideLayers_partners() {//v3.0
  hideMenu('A');
  hideMenu('B');
  hideMenu('C');
  hideMenu('D');
  showMenu('E');
}

function findTag(eItem) {
	var objATag = new Object();
	objATag = eItem.all.tags("A").item(0)
	return objATag;
}

function NavMOver(eItem){
	eItem.DefaultBgColor = eItem.style.backgroundColor;
	eItem.DefaultTxtColor = eItem.style.color;
	eItem.style.backgroundColor = "#00455E";
	eItem.style.cursor="hand";
	findTag(eItem).style.color="#FFFFFF";
//window.status = findTag(eItem).getAttribute("HREF");
}

function NavMOut(eItem){
	eItem.style.backgroundColor = eItem.DefaultBgColor;
	findTag(eItem).style.color=eItem.DefaultTxtColor
//window.status= "";
}

function NavMDown(eItem){
	findTag(eItem).style.color="#00455E"
}

function NavMUp(eItem){
	top.location.href= findTag(eItem).getAttribute("HREF")//leave "top" in, so we can navigate away from framed pages.
}

document.onmousemove = GetXY_and_Hide;
if(ns4x)window.captureEvents(Event.MOUSEMOVE);
  window.onmousemove= GetXY_and_Hide;

function GetXY_and_Hide(e) {
	 if (ns4x){
		XPosition=e.pageX
	      YPosition=e.pageY
	}
	else 
	if (ie4x){
		XPosition=event.x
		YPosition=event.y 
	} 

	if(YPosition>280){
		MM_showHideLayers_all()
	}
	
	if((XPosition>104)||(XPosition<0)){
		MM_showHideLayers('A','','hide');
	}
	
	if((XPosition>274)||(XPosition<104)){
		MM_showHideLayers('B','','hide');
	}
	
	if((XPosition>369)||(XPosition<274)){
		MM_showHideLayers('C','','hide');
	}
	
	if((XPosition>581)||(XPosition<369)){
		MM_showHideLayers('D','','hide');
	}
	
	if((XPosition>744)||(XPosition<581)){
		MM_showHideLayers('E','','hide');
	}
	
}

var navArr=new Array(5);
navArr[0] = false; // about vfa
navArr[1] = false;  // products and services
navArr[2] = false; // our clients
navArr[3] = false; // customers
navArr[4] = false; // partners
navArr[5] = false; // empty - no button is highlighted

function setArray(arrIndex)
	{
	for(i=0;i<navArr.length;i++)
		{
		navArr[i] = false
		}
	navArr[arrIndex] = true
	}

/**function writeNav() {
    document.write("<style fprolloverstyle>A:hover {color: #00455E; font-weight: bold}<!--NL--></style><!--NL--><!--NL--><!-- top buttons nav --><!--NL--><table width=744 border=0 cellspacing=0 cellpadding=0 height=30><!--NL-->  <tr> <!--NL-->    <td width=319 height=19 bgcolor=ffffff>&nbsp;</td><!--NL-->    <td width=58 height=19>&nbsp;</td><!--NL-->    <td width=7 height=19>&nbsp;</td><!--NL-->    <td width=88 height=19>&nbsp;</td><!--NL-->    <td width=4 height=19>&nbsp;</td><!--NL-->    <td width=56 height=19>&nbsp;</td><!--NL-->    <td width=5 height=19>&nbsp;</td><!--NL-->    <td width=77 height=19>&nbsp;</td><!--NL-->    <td width=1 height=19>&nbsp;</td><!--NL-->    <td width=122 height=19>&nbsp;</td><!--NL-->  </tr><!--NL-->  <tr> <!--NL-->    <td width=319 height=19 bgcolor=ffffff><!--NL-->	<!--NL-->        <div id='A' style='position:absolute; left:40px; top:89px; width:129px; z-index:1; visibility: hidden'> <!--NL-->        <table width=130 border=0 cellspacing=0 cellpadding=0><!--NL-->        

 

 <tr bgcolor=ffffff align=center> <!--NL-->            <td> <!--NL-->              <table width=100% border=0 cellspacing=1 cellpadding=0><!--NL-->                    

   <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/aboutus/history.htm' class='mainnav'>COMPANY</a></b></td><!--NL-->                </tr><!--NL LINE ABOVE THIS CHANGED!!!!!!!!!!!!!-->  

              <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/aboutus/bios.htm' class='mainnav'>MANAGEMENT BIOS</a></b></td><!--NL-->                </tr><!--NL-->      

          <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/aboutus/news.htm' class='mainnav'>NEWS</a></b></td><!--NL-->                </tr><!--NL-->     

           <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/aboutus/events.htm' class='mainnav'>EVENTS</a></b></td><!--NL-->                </tr><!--NL-->              </table><!--NL-->            </td><!--NL-->          </tr><!--NL-->        </table><!--NL-->      </div><!--NL-->      <div id='B' style='position:absolute; left:134px; top:89px; width:133px; z-index:2; visibility: hidden'> <!--NL-->        <table width=205 border=0 cellspacing=0 cellpadding=0><!--NL-->      

    <tr bgcolor=85ABB8 align=center> <!--NL-->            <td> <!--NL-->              <table width=100% border=0 cellspacing=1 cellpadding=0><!--NL-->                <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap> <!--NL-->                    &nbsp;&nbsp;<b><a href='/productsandservices/cpms.htm' class='mainnav'>INTRODUCING <!--NL-->                   CPMS</a></b></td><!--NL-->                </tr><!--NL-->        

        <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/productsandservices/assessment_services.htm' class='mainnav'>ASSESSMENT SERVICES</a></b></td><!--NL-->                </tr><!--NL-->            

    <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/productsandservices/software_solutions.htm' class='mainnav'><b>SOFTWARE SOLUTIONS</b></a></td><!--NL-->                </tr><!--NL-->            

    <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/productsandservices/consulting_services.htm' class='mainnav'><b>CONSULTING SERVICES</b></a></td><!--NL-->                </tr><!--NL-->                <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/productsandservices/certification.htm' class='mainnav'>CERTIFICATION &<!--NL-->                    TRAINING</a></b></td><!--NL-->                </tr><!--NL-->             

<!--NL-->              </table><!--NL-->            </td><!--NL-->          </tr><!--NL-->        </table><!--NL--><!--NL-->      </div><!--NL-->      <div id='C' style='position:absolute; left:305px; top:89px; width:87px; z-index:3; visibility: hidden'> <!--NL-->        <table width=106 border=0 cellspacing=0 cellpadding=0><!--NL-->          <tr bgcolor=85ABB8 align=center> <!--NL-->            <td> <!--NL-->              <table width=100% border=0 cellspacing=1 cellpadding=0><!--NL-->     

           <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap> <!--NL-->                    &nbsp;&nbsp;<b><a href='/clients/our_clients.htm' class='mainnav'>OUR <!--NL-->                    CLIENTS</a></b></td><!--NL-->                </tr><!--NL-->              

  <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/clients/markets.htm' class='mainnav'>MARKETS<!--NL-->                    WE SERVE</a></b></td><!--NL-->                </tr><!--NL-->              </table><!--NL-->            </td><!--NL-->          </tr><!--NL-->        </table><!--NL-->      </div><!--NL-->      <div id='D' style='position:absolute; left:414px; top:89px; width:161px; z-index:4; visibility: hidden; height: 76px'> <!--NL-->        <table width=140 border=0 cellspacing=0 cellpadding=0><!--NL-->    

      <tr bgcolor=85ABB8 align=center> <!--NL-->            <td> <!--NL-->              <table width=100% border=0 cellspacing=1 cellpadding=0><!--NL-->             

   <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/askexperts.htm' class='mainnav'><b>ASK <!--NL-->                    THE EXPERTS</b></a></td><!--NL-->                </tr><!--NL--> 
   <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/consultingforum.htm' class='mainnav'><b>CONSULTING<!--NL-->                    FORUM</b></a></td><!--NL-->                </tr><!--NL-->  
<tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/job_opportunities.htm' class='mainnav'><b>JOB <!--NL-->                    OPPORTUNITIES</b></a></td><!--NL-->                </tr><!--NL--> 
 <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/directions.htm' class='mainnav'><b><!--NL-->                    DIRECTIONS</b></a></td><!--NL-->                </tr><!--NL-->              
  <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/links_resources.htm' class='mainnav'><b>LINKS <!--NL-->                    & RESOURCES</b></a></td><!--NL-->                </tr><!--NL-->             
   <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/contactus.htm' class='mainnav'><b>CONTACT <!--NL-->                    US</b></a></td><!--NL-->                </tr>
   <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/request_info.htm' class='mainnav'><b>REQUEST <!--NL-->                    INFO</b></a></td><!--NL-->         
  <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/rfp.htm' class='mainnav'><b>RFP<!--NL-->                    TEMPLATE</b></a></td><!--NL-->                  </tr><!--NL-->    <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/rfp.htm' class='mainnav'><b>GSA<!--NL-->                    SCHEDULES</b></a></td><!--NL-->                  </tr><!--NL-->              </table><!--NL-->            </td><!--NL-->          </tr><!--NL-->        </table><!--NL-->      </div><!--NL-->      <div id='E' style='position:absolute; left:619px; top:89px; width:102px; z-index:5; visibility: hidden'> <!--NL-->        <table width='120' border=0 cellspacing=0 cellpadding=0><!--NL-->          <tr bgcolor=85ABB8 align=center> <!--NL-->            <td> <!--NL-->              <table width=100% border=0 cellspacing=1 cellpadding=0><!--NL-->   

             <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap> <!--NL-->                    &nbsp;&nbsp;<b><a href='/partners/our_partners.htm' class='mainnav'>OUR PARTNERS <!--NL-->                    </a></b></td><!--NL-->                </tr><!--NL-->           

     <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/partners/partner_profiles.htm' class='mainnav'><b>PARTNER PROFILES</b></a></td><!--NL-->                </tr><!--NL-->       

     <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/partners/partnership_levels.htm' class='mainnav'>PARTNERSHIP <!--NL-->                    LEVELS</a></b></td><!--NL-->                </tr><!--NL-->               

 <tr bgcolor=85ABB8> <!--NL-->                  <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/partners/partner_application.htm' class='mainnav'>PARTNER<!--NL-->                    APPLICATION</a></b></td><!--NL-->                </tr><!--NL-->              </table><!--NL-->            </td><!--NL-->          </tr><!--NL-->        </table><!--NL-->      </div><!--NL-->	<!--NL-->	</td><!--NL-->    <td width=58 height=19><a href='index.htm' class='mainnav' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_mainNavRollover(0)'><img src='" + imgPosition + "home.gif' width=56 height=29 border=0 name='home'></a></td><!--NL-->    <td width=7 height=19>&nbsp;</td><!--NL-->    <td width=88 height=19><a href='sitemap.htm' class='mainnav' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_mainNavRollover(1)'><img src='" + imgPosition + "sitemap.gif' width=88 height=29 border=0 name='sitemap'></a></td><!--NL-->    <td width=4 height=19>&nbsp;</td><!--NL-->    <td width=56 height=19><a href='/demo.htm' class='mainnav' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_mainNavRollover(2)'><img src='" + imgPosition + "demo.gif' width=56 height=29 border=0 name='demo'></a></td><!--NL-->    <td width=5 height=19>&nbsp;</td><!--NL-->    <td width=77 height=19><a href='surveys.htm' class='mainnav' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_mainNavRollover(3)'><img src='" + imgPosition + "surveys.gif' width=77 height=29 border=0 name='surveys'></a></td><!--NL-->    <td width=1 height=19>&nbsp;</td><!--NL-->    <td width=122 height=19><a href='contactus.htm' class='mainnav' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_mainNavRollover(4)'><img src='" + imgPosition + "contactus_topnav.gif' width=106 height=29 border=0 name='contactus'></a></td><!--NL-->  </tr><!--NL-->  <tr> <!--NL-->    <td colspan=10 height=13>&nbsp;</td><!--NL-->  </tr><!--NL--></table><!--NL--><!-- top buttons nav --><!--NL--><!--NL--><!-- dynamic html main choices --><!--NL--><table width=744 border=0 cellspacing=0 cellpadding=0><!--NL-->  <tr> <!--NL-->    <td width=129>&nbsp;</td><!--NL-->    <td width=98><a href='#' onMouseOver='MM_showHideLayers_about()'><img name='mainNav0' src='" + imgPosition + "about_out.gif' width=98 height=22 border=0></a></td><!--NL-->    <td width=171><a href='#' onMouseOver='MM_showHideLayers_products()'><img name='mainNav1' src='" + imgPosition + "products_out.gif' width='171' height='22' border='0'></a></td><!--NL-->    <td width=109 align=left><a href='#' onMouseOver='MM_showHideLayers_clients()'><img name='mainNav2' src='" + imgPosition + "our_out.gif' width=109 height=22 border=0></a></td><!--NL-->    <td width=242><a href=# onMouseOver='MM_showHideLayers_customers()'><img name='mainNav3' src='" + imgPosition + "customer_out.gif' width=242 height=22 border=0></a></td><!--NL-->    <td width=93><a href='#' onMouseOver='MM_showHideLayers_partners()'><img name='mainNav4' src='" + imgPosition + "partner_out.gif' width=89 height=22 border=0></a></td><!--NL-->  </tr><!--NL-->  <tr> <!--NL-->    <td colspan=6>&nbsp; </td><!--NL-->  </tr><!--NL--></table><!--NL--><!-- dynamic html main choices -->");
}**/

function writeNav(filePosition) 
	{
	var imgPosition 
	var stateArr = new Array(4)
	if(filePosition == "main")
		{
		imgPosition = "/images/"
		}
	else if(filePosition == "sub")
		{
		imgPosition = "../images/"
		}
	for(i=0;i<navArr.length;i++)
		{
		if(navArr[i]==false)
			{
			stateArr[i]= "out"
			}
		else
			{
			stateArr[i]= "over"
			}
		}
    document.write("<!--# top buttons nav #--><table width=800 border=0 cellspacing=0 cellpadding=0 height=57><tr><td rowspan='3' width=140 height=57 bgcolor=#ffffff><a href='/index.htm' class='mainnav'><img src='" + imgPosition + "vfa_logo.gif' alt='' width='91' height='57' border='0'></a></td><td rowspan='3' width=91 height=57 bgcolor=#ffffff><img src='" + imgPosition + "spacer.gif' alt='' width='303' height='57' border='0'></td><td rowspan='3' width=40 height=57 bgcolor=#ffffff>&nbsp;</td><td width=56 height=21>&nbsp;</td><td width=70 height=21>&nbsp;</td><td width=84 height=21>&nbsp;</td><td width=79 height=21>&nbsp;</td><td width=319 height=21>&nbsp;</td></tr><tr> <td width=56 height=20><a href='/index.htm' class='mainnav'><img src='" + imgPosition + "home.gif' width=56 height=20 border=0 name='home'></a></td><td width=70 height=20><a href='/sitemap.htm' class='mainnav'><img src='" + imgPosition + "sitemap.gif' width=70 height=20 border=0 name='sitemap'></a></td><td width=84 height=20><a href='/customerserviceandresources/contactus.htm' class='mainnav'><img src='" + imgPosition + "contactus_topnav.gif' width=84 height=20 border=0 name='contactus'></a></td><td width=79 height=20><a href='/demo.htm' class='mainnav'><img src='" + imgPosition + "demo.gif' width=79 height=20 border=0 name='demo'></a></td>	<td width=319 height=20>&nbsp;</td></tr><tr><td colspan=5  width=608 height=16>&nbsp;</td></tr></table><!-- top buttons nav --><!-- dynamic html main choices --><table width='100%' border='0' cellspacing='0' cellpadding='0' bgcolor=000000><tr><td><table width='700' height='21px' border='0' cellspacing='0' cellpadding='0'><tr><td width=105 height=21><a href='#' onMouseOver='MM_showHideLayers_about()'><img name='mainNav0' src='" + imgPosition + "about_" + stateArr[0] + ".gif' width=105 height=21 border=0></a></td><td width=170 height=21><a href='#' onMouseOver='MM_showHideLayers_products()'><img name='mainNav1' src='" + imgPosition + "products_" + stateArr[1] + ".gif' width=170 height='21' border='0'></a></td><td width=105 height=21 align=left><a href='#' onMouseOver='MM_showHideLayers_clients()'><img name='mainNav2' src='" + imgPosition + "our_" + stateArr[2] + ".gif' width=105 height=21 border=0></a></td><td width=234 height=21><a href=# onMouseOver='MM_showHideLayers_customers()'><img name='mainNav3' src='" + imgPosition + "customer_" + stateArr[3] + ".gif' width=234 height=21 border=0></a></td><td width=86 height=21><a href='#' onMouseOver='MM_showHideLayers_partners()'><img name='mainNav4' src='" + imgPosition + "partner_" + stateArr[4] + ".gif' width='86px' height='21px' border=0></a></td></tr></table></td></tr></table>");
}

function writeMenu()
	{
	document.write("<div id='A' style='position:absolute; left:40px; top:85px; width:129px; z-index:1; visibility: hidden'> <table width=130 border=0 cellspacing=0 cellpadding=0><tr bgcolor=#85ABB8 align=left> <td> <table width=100% border=0 cellspacing=1 cellpadding=0><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap> &nbsp;&nbsp;<b><a href='/aboutus/history.htm' class='mainnav'>COMPANY</a></b></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/aboutus/bios.htm' class='mainnav'>MANAGEMENT BIOS</a></b></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/aboutus/news.htm' class='mainnav'>NEWS</a></b></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/aboutus/events.htm' class='mainnav'>EVENTS</a></b></td></tr></table></td></tr></table></div><div id='B' style='position:absolute; left:150px; top:85px; width:133px; z-index:2; visibility: hidden'> <table width=205 border=0 cellspacing=0 cellpadding=0><tr bgcolor=#85ABB8 align=left> <td> <table width=100% border=0 cellspacing=1 cellpadding=0><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap> &nbsp;&nbsp;<b><a href='/productsandservices/cpms.htm' class='mainnav'>INTRODUCING CPMS</a></b></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/productsandservices/assessment_services.htm' class='mainnav'>ASSESSMENT SERVICES</a></b></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/productsandservices/software_solutions.htm' class='mainnav'><b>SOFTWARE SOLUTIONS</b></a></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/productsandservices/consulting_services.htm' class='mainnav'><b>CONSULTING SERVICES</b></a></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/productsandservices/certification.htm' class='mainnav'>CERTIFICATION & TRAINING</a></b></td></tr></table></td></tr></table></div><div id='C' style='position:absolute; left:315px; top:85px; width:87px; z-index:3; visibility: hidden'> <table width=106 border=0 cellspacing=0 cellpadding=0><tr bgcolor=#85ABB8 align=left> <td><table width=100% border=0 cellspacing=1 cellpadding=0><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap> &nbsp;&nbsp;<b><a href='/clients/our_clients.htm' class='mainnav'>OUR CLIENTS</a></b></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/clients/markets.htm' class='mainnav'>MARKETS WE SERVE</a></b></td></tr></table></td></tr></table></div><div id='D' style='position:absolute; left:420px; top:85px; width:161px; z-index:4; visibility: hidden; height: 76px'><table width=140 border=0 cellspacing=0 cellpadding=0><tr bgcolor=#85ABB8 align=left> <td><table width=100% border=0 cellspacing=1 cellpadding=0><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/job_opportunities.htm' class='mainnav'><b>JOB OPPORTUNITIES</b></a></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/directions.htm' class='mainnav'><b>DIRECTIONS</b></a></td></tr><tr bgcolor=#85ABB8><td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/links_resources.htm' class='mainnav'><b>ASSOCIATIONS</b></a></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/contactus.htm' class='mainnav'><b>CONTACT  US</b></a></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/request_info.htm' class='mainnav'><b>REQUEST INFO</b></a></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/rfp.htm' class='mainnav'><b>RFP TEMPLATE</b></a></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/customerserviceandresources/gsa.htm' class='mainnav'><b>GSA SCHEDULES</b></a></td></tr></table></td></tr></table></div><div id='E' style='position:absolute; left:650px; top:85px; width:102px; z-index:5; visibility: hidden'> <table width='120' border=0 cellspacing=0 cellpadding=0><tr bgcolor=#85ABB8 align=left> <td><table width=100% border=0 cellspacing=1 cellpadding=0><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap> &nbsp;&nbsp;<b><a href='/partners/our_partners.htm' class='mainnav'>OUR PARTNERS</a></b></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<a href='/partners/partner_profiles.htm' class='mainnav'><b>PARTNER PROFILES</b></a></td></tr><tr bgcolor=#85ABB8> <td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/partners/partnership_levels.htm' class='mainnav'>PARTNERSHIP  LEVELS</a></b></td></tr><tr bgcolor=#85ABB8><td onMouseOut='NavMOut(this)' onMouseOver='NavMOver(this)' onMouseUp='NavMUp(this)' onMouseDown='NavMDown(this)' nowrap>&nbsp;&nbsp;<b><a href='/partners/partner_application.htm' class='mainnav'>PARTNER APPLICATION</a></b></td></tr></table></td></tr></table></div>");
	}

