<!--
mnuPG_MenuWidth = 150;
mnuPG_FontFamily = "Arial,verdana";
mnuPG_FontSize = 8;
mnuPG_FontBold = 0;
mnuPG_FontItalic = 0;
mnuPG_FontColor = "blue";
mnuPG_FontColorOver = "white";
mnuPG_BGColor = "#DDDDDD";
mnuPG_BGColorOver = "#FFCCCC";
mnuPG_ItemPadding = 2;

mnuPG_BorderWidth = 1;
mnuPG_BorderColor = "black";
mnuPG_BorderStyle = "solid";
mnuPG_SeparatorSize = 1;
mnuPG_SeparatorColor = "#996633";


mnuPG_KeepHilite = true;
mnuPG_ClickStart = 0;
mnuPG_ClickKill = false;
mnuPG_ChildOverlap = 0;
mnuPG_ChildOffset = 0;
mnuPG_ChildPerCentOver = null;
mnuPG_TopSecondsVisible = .5;
mnuPG_StatusDisplayBuild =0;
mnuPG_StatusDisplayLink = 0;
mnuPG_UponDisplay = null;
mnuPG_UponHide = null;
mnuPG_RightToLeft = 0;

mnuPG_CreateTopOnly = 0;
mnuPG_ShowLinkCursor = 1;
mnuPG_NSFontOver = true;

//mnua_TreesToBuild = [2];

function SearchCall(n, d) { //v4.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=SearchCall(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
//-->


   mnuDOM = (document.getElementById) ? true : false;
   mnuNS4 = (document.layers) ? true : false;
    mnuIE = (document.all) ? true : false;
   mnuIE4 = mnuIE && !mnuDOM;
   mnuMac = (navigator.appVersion.indexOf("Mac") != -1);
  mnuIE4M = mnuIE4 && mnuMac;
 mnuOpera = (navigator.userAgent.indexOf("Opera")!=-1);
 mnuKonqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);

mnuIsMenu = !mnuOpera && !mnuKonqueror && !mnuIE4M && (mnuDOM || mnuNS4 || mnuIE4);

mnuBrowserString = mnuNS4 ? "NS" : mnuDOM ? "Other" : "IE";


if(window.event + "" == "undefined") event = null;
function MnuVis(){return false};
function MnuPopDown(){return false};
popUp = MnuVis;
popDown = MnuPopDown;


mnuGL_MenuWidth          = 150;
mnuGL_FontFamily         = "Arial,sans-serif";
mnuGL_FontSize           = 10;
mnuGL_FontBold           = true;
mnuGL_FontItalic         = false;
mnuGL_FontColor          = "black";
mnuGL_FontColorOver      = "white";
mnuGL_BGColor            = "transparent";
mnuGL_BGColorOver        = "transparent";
mnuGL_ItemPadding        = 3;

mnuGL_BorderWidth        = 2;
mnuGL_BorderColor        = "red";
mnuGL_BorderStyle        = "solid";
mnuGL_SeparatorSize      = 2;
mnuGL_SeparatorColor     = "yellow";

mnuGL_ImageSrc = "images/mnuMore_black_right.gif";
mnuGL_ImageSrcLeft = "mnuMore_black_left.gif";

mnuGL_ImageSrcOver = "images/mnuMore_white_right.gif";
mnuGL_ImageSrcLeftOver = "mnuMore_white_left.gif";

mnuGL_ImageSize          = 5;
mnuGL_ImageHorizSpace    = 5;
mnuGL_ImageVertSpace     = 5;

mnuGL_KeepHilite         = false;
mnuGL_ClickStart         = false;
mnuGL_ClickKill          = 0;
mnuGL_ChildOverlap       = 40;
mnuGL_ChildOffset        = 10;
mnuGL_ChildPerCentOver   = null;
mnuGL_TopSecondsVisible  = .5;
mnuGL_ChildSecondsVisible = .3;
mnuGL_StatusDisplayBuild = 0;
mnuGL_StatusDisplayLink  = 1;
mnuGL_UponDisplay        = null;
mnuGL_UponHide           = null;

mnuGL_RightToLeft      = false;
mnuGL_CreateTopOnly      = mnuNS4 ? true : false;
mnuGL_ShowLinkCursor     = true;

// the following function is included to illustrate the improved JS expression handling of
// the left_position and top_position parameters
// you may delete if you have no use for it

function MnuCenterMenu(topmenuid) {
	var MinimumPixelLeft = 0;
	var TheMenu = mnuDOM ? document.getElementById(topmenuid) : mnuIE4 ? document.all(topmenuid) : eval("window." + topmenuid);
	var TheMenuWidth = mnuDOM ? parseInt(TheMenu.style.width) : mnuIE4 ? TheMenu.style.pixelWidth : TheMenu.clip.width;
	var TheWindowWidth = mnuIE ? document.body.clientWidth : window.innerWidth;
	return Math.max(parseInt((TheWindowWidth-TheMenuWidth) / 2),MinimumPixelLeft);
}

if(mnuIsMenu) {
	

mnuArray2 = [
[130,      // menu width
posArray[0],       // left_position
180,       // top_position
"#525252",   // font_color
"#FDEA44",   // mouseover_font_color
"#F4F4F4",   // background_color
"#0071BC",   // mouseover_background_color
"#6A6A6A",   // border_color
"#6A6A6A",   // separator_color
0,         // top_is_permanent
0,         // top_is_horizontal
0,         // tree_is_horizontal
1,         // position_under
1,         // top_more_images_visible
1,         // tree_more_images_visible
"null",    // evaluate_upon_tree_show
"null",    // evaluate_upon_tree_hide
,          // right_to_left
],     // display_on_click
["Why Ameristar","why-ameristar.aspx",1,0,0],
["The Team","team.aspx",1,0,0],
["Technology","tech.aspx",1,0,0],
["Fleet","fleet.aspx",1,0,0],
["Locations","locations.aspx",1,0,0]
]


mnuArray3 = [
[130,      // menu width
posArray[1],       // left_position
180,       // top_position
"#525252",   // font_color
"#FDEA44",   // mouseover_font_color
"#F4F4F4",   // background_color
"#0071BC",   // mouseover_background_color
"#6A6A6A",   // border_color
"#6A6A6A",   // separator_color
0,         // top_is_permanent
0,         // top_is_horizontal
0,         // tree_is_horizontal
1,         // position_under
1,         // top_more_images_visible
1,         // tree_more_images_visible
"null",    // evaluate_upon_tree_show
"null",    // evaluate_upon_tree_hide
,          // right_to_left
],     // display_on_click
["Boeing 737","boeing737.aspx",1,0,0],
["Falcon 20","falcon20.aspx",1,0,0],
["Lear 25","lear25.aspx",1,0,0],
["Beechcraft 90","beechcraft90.aspx",1,0,0]
]



mnuArray4 = [
[130,      // menu width
posArray[2],       // left_position
180,       // top_position
"#525252",   // font_color
"#FDEA44",   // mouseover_font_color
"#F4F4F4",   // background_color
"#0071BC",   // mouseover_background_color
"#6A6A6A",   // border_color
"#6A6A6A",   // separator_color
0,         // top_is_permanent
0,         // top_is_horizontal
0,         // tree_is_horizontal
1,         // position_under
1,         // top_more_images_visible
1,         // tree_more_images_visible
"null",    // evaluate_upon_tree_show
"null",    // evaluate_upon_tree_hide
,          // right_to_left
],     // display_on_click
["Lear 24/25","lear24-25.aspx",1,0,0],
["Falcon 20","falcon-20.aspx",1,0,0],
["Boeing 737","boeing-737.aspx",1,0,0],
["DC 9 ","dc9.aspx",1,0,0],
["Aircraft Gallery","agallery.aspx",1,0,0]
]


mnuArray5 = [
[130,      // menu width
posArray[3],       // left_position
180,       // top_position
"#525252",   // font_color
"#FDEA44",   // mouseover_font_color
"#F4F4F4",   // background_color
"#0071BC",   // mouseover_background_color
"#6A6A6A",   // border_color
"#6A6A6A",   // separator_color
0,         // top_is_permanent
0,         // top_is_horizontal
0,         // tree_is_horizontal
1,         // position_under
1,         // top_more_images_visible
1,         // tree_more_images_visible
"null",    // evaluate_upon_tree_show
"null",    // evaluate_upon_tree_hide
,          // right_to_left
],     // display_on_click
["Press Releases","pressrelease.aspx",1,0,1],
["News","news.aspx",1,0,1],
["Tom Wachendorfer","tom-wachendorfer.aspx",1,0,0],
["Gallery","",1,0,1]
]


mnuArray5_1 = [
[130,      // menu width
420,       // left_position
180,       // top_position
"ffffff",   // font_color
"fec705",   // mouseover_font_color
"308DEB",   // background_color
"0071BC",   // mouseover_background_color
"0a447f",   // border_color
"fec705",    // separator_color
0,         // top_is_permanent
0,         // top_is_horizontal
0,         // tree_is_horizontal
1,         // position_under
1,         // top_more_images_visible
1,         // tree_more_images_visible
"null",    // evaluate_upon_tree_show
"null",    // evaluate_upon_tree_hide
,          // right_to_left
],     // display_on_click
["Archive","archive.aspx",1,0,0]

]

mnuArray5_4 = [
[130,      // menu width
420,       // left_position
180,       // top_position
"ffffff",   // font_color
"fec705",   // mouseover_font_color
"308DEB",   // background_color
"0071BC",   // mouseover_background_color
"0a447f",   // border_color
"fec705",    // separator_color
0,         // top_is_permanent
0,         // top_is_horizontal
0,         // tree_is_horizontal
1,         // position_under
1,         // top_more_images_visible
1,         // tree_more_images_visible
"null",    // evaluate_upon_tree_show
"null",    // evaluate_upon_tree_hide
,          // right_to_left
],     // display_on_click
["Aircraft Gallery","agallery.aspx",1,0,0],
["Katrina Pet Rescue","katrina-pet-rescue.aspx",1,0,0],
["Video 737C-200","http://www.ameristarjet.com/images/ACC37%20FB.mpg",1,0,0]
]



mnuArray6 = [
[130,      // menu width
posArray[4],       // left_position
180,       // top_position
"#525252",   // font_color
"#FDEA44",   // mouseover_font_color
"#F4F4F4",   // background_color
"#0071BC",   // mouseover_background_color
"#6A6A6A",   // border_color
"#6A6A6A",   // separator_color
0,         // top_is_permanent
0,         // top_is_horizontal
0,         // tree_is_horizontal
1,         // position_under
1,         // top_more_images_visible
1,         // tree_more_images_visible
"null",    // evaluate_upon_tree_show
"null",    // evaluate_upon_tree_hide
,          // right_to_left
],     // display_on_click
["Aircraft Information","aircraft-info.aspx",1,0,0],
["Passenger Services","passenger-ser.aspx",1,0,0],
["Trucking Operations","trucking-operations.aspx",1,0,0],
["FAQ","faq.aspx",1,0,0],
["Time Zone Map","timezonemap.aspx",1,0,0],
["Become a Partner","bcom-parter.aspx",1,0,0],
["Book a Charter ","book-charter.aspx",1,0,0],
["Helpful Links","helpful-links.aspx",1,0,0]
]



mnuArray8 = [
[130,      // menu width
posArray[5],       // left_position
180,       // top_position
"#525252",   // font_color
"#FDEA44",   // mouseover_font_color
"#F4F4F4",   // background_color
"#0071BC",   // mouseover_background_color
"#6A6A6A",   // border_color
"#6A6A6A",   // separator_color
0,         // top_is_permanent
0,         // top_is_horizontal
0,         // tree_is_horizontal
1,         // position_under
1,         // top_more_images_visible
1,         // tree_more_images_visible
"null",    // evaluate_upon_tree_show
"null",    // evaluate_upon_tree_hide
,          // right_to_left
],     // display_on_click
["Contact Form","contact-form.aspx",1,0,0],
["Feedback","feedback.aspx",1,0,0],
["Employment","employement.aspx",1,0,0]
]


	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='"+ mnuBrowserString +"_code.js' TYPE='text/javascript'><\/SCR" + "IPT>");
}


//end