//Contents for menu 1
var menu1=new Array();
menu1[0]='<a href="http://www.sg.af.mil/factsheets/factsheet.asp?id=8182">Who We Are</a>';
menu1[1]='<a href="http://www.sg.af.mil/history/index.asp">History</a>';
menu1[2]='<a href="http://www.sg.af.mil/factsheets/factsheet.asp?id=8245">Congressional Testimony</a>';
menu1[3]='<a href="http://www.sg.af.mil/leadership/">Leadership Bios</a>';
menu1[4]='<a href="http://www.sg.af.mil/art/">SG Graphics</a>';

//Contents for menu 2
var menu2=new Array();
menu2[0]='<a href="http://www.tricare.osd.mil/mtf/">MTF Locator</a>';
menu2[1]='<a href="http://www.tricare.osd.mil/pharmacy/form_info.cfm">TRICARE Formulary Information</a>';
menu2[2]='<a href="http://www.tricareonline.com/">TRICARE Online</a>';
menu2[3]='<a href="http://www.tricare.osd.mil">TRICARE Public Website</a>';

//Contents for menu 3
var menu3=new Array();
menu3[0]='<a href="http://www.afcrossroads.com">Air Force Crossroads</a>';
menu3[1]='<a href="http://www.af.mil">Air Force Link</a>';
menu3[2]='<a href="http://www.armymedicine.army.mil/">Army Medicine</a>';
menu3[3]='<a href="http://airforcemedicine.afms.mil/idc/groups/public/documents/webcontent/knowledgejunction.hcst?doctype=subpage&functionalarea=HealthPromotion&docname=CTB_013498">Fit to Fight Toolkit</a>';
menu3[4]='<a href="http://www.defenselink.mil">Defense Link</a>';
menu3[5]='<a href="http://navymedicine.med.navy.mil/">Navy Medicine</a>';
menu3[6]='<a href="http://www.airforcemedicine.afms.mil/shapeyourfuture/">Weight Gain Prevention</a>';
menu3[7]='<a href="http://airforcemedicine.afms.mil/USAF-RS/">AF Refractive Surgery</a>';

var menuwidth='165px'; //default menu width
var menubgcolor='#314E69';  //menu bgcolor
var disappeardelay=250;  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes"; //hide menu when user clicks within menu?
