MN_DOM = (document.getElementById) ? true : false;
MN_NS4 = (document.layers) ? true : false;
MN_IE = (document.all) ? true : false;
MN_IE4 = MN_IE && !MN_DOM;
MN_Mac = (navigator.appVersion.indexOf("Mac") != -1);
MN_IE4M = MN_IE4 && MN_Mac;
MN_IsMenu = (MN_DOM || MN_NS4 || (MN_IE4 && !MN_IE4M));

MN_BrowserString = MN_NS4 ? "NS4" : MN_DOM ? "DOM" : "IE4";

if(window.event + "" == "undefined") event = null;
function MN_f_PopUp(){return false};
function MN_f_PopDown(){return false};
popUp = MN_f_PopUp;
popDown = MN_f_PopDown;

var NavigationCount = 0;
var NavigationTree = new String();

MN_MenuIDPrefix = "MN_Menu";
MN_ItemIDPrefix = "MN_Item";
MN_ArrayIDPrefix = "MN_Array";

MN_GL_MenuWidth          = 130;
MN_GL_FontFamily         = "Arial,helvetica";
MN_GL_FontSize           = 8;
MN_GL_FontBold           = true;
MN_GL_FontItalic         = false;
MN_GL_FontColor          = "#CCCC99";
MN_GL_FontColorOver      = "white";
MN_GL_BGColor            = "#996600";
MN_GL_BGColorOver        = "white";
MN_GL_ItemPadding        = 5;

MN_GL_BorderWidth        = 1;
MN_GL_BorderColor        = "#CCC9A1";
MN_GL_BorderStyle        = "solid";
MN_GL_SeparatorSize      = 1;
MN_GL_SeparatorColor     = "#CCC9A1";
MN_GL_ImageSrc           = "/images/navarrow.jpg";
MN_GL_ImageSrcLeft       = "/images/navarrow.jpg";
MN_GL_ImageSize          = 5;
MN_GL_ImageHorizSpace    = 1;
MN_GL_ImageVertSpace     = 4;

MN_GL_KeepHilite         = false;
MN_GL_ClickStart         = false;
MN_GL_ClickKill          = 0;
MN_GL_ChildOverlap       = 20;
MN_GL_ChildOffset        = 10;
MN_GL_ChildPerCentOver   = null;
MN_GL_TopSecondsVisible  = .5;
MN_GL_StatusDisplayBuild = 1;
MN_GL_StatusDisplayLink  = 1;
MN_GL_UponDisplay        = null;
MN_GL_UponHide           = null;

//MN_GL_RightToLeft      = true;
MN_GL_CreateTopOnly      = MN_NS4 ? true : false;
MN_GL_ShowLinkCursor     = true;

//*******************************************************************

MN_Array1 = [
[108,		// menu width
1,		// left_position
130,		// top_position
"#FFFFFF",   // font_color
"#FFFFFF",   // mouseover_font_color
"#6363FE",   // background_color
"#0000ff",   // mouseover_background_color
"#6363FE",    // border_color
"#FF9900",          // separator_color
1,	// 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
["Tourism","tourism.asp",1,0,1],
["Relocation","Reloc.asp",1,0,0],
["Info For Locals","locals.asp",1,0,1],
["Photo Gallery","/slideshow.asp",1,0,0],
["Events","events.asp",1,0,0],
["Organizations","Orgs.html",1,0,0],
["News","News.html",1,0,0],
["Home","default.asp",1,0,0]
]

//Tourism

MN_Array1_1 = [
[],
["Airport Information","airport.asp",1,0,0],
["Hotel Deals","hotels.asp",1,0,0],
["Dining","dining.html",1,0,0],
["Metro Transit","http://www.viainfo.net/Ride/Tourists.aspx",1,0,0],
["Things To Do","/thingstodo.html",1,0,0],
["RV Rentals","http://www.americandreamvacations.net/mhrates.asp?LocationID=1",1,0,0],
["Night Clubs","/nightclubs.html",1,0,0],
["Current Weather","/weather.asp",1,0,0]
]

//Locals

MN_Array1_3 = [
[],
["Weather","weather.asp",1,0,0],
["City Info","http://www.ci.sat.tx.us/",1,0,0],
["VIA","http://www.viainfo.net/Ride/Default.aspx",1,0,0],
["Public Library","http://www.sat.lib.tx.us/",1,0,0],
["Courthouse Records","http://www.courthousedirect.com/dcr/",1,0,0],
["SA Symphony","http://www.sasymphony.org/",1,0,0],
["Find a Movie","http://www.hollywood.com/showtimes/search.asp?geosearch=78299&searchtype=",1,0,0],
["Military Bases","/milbases.asp",1,0,0],
["Places of Worship","/churches.htm",1,0,0],
["Organizations / Clubs","/orgs.html",1,0,0],
["Dining","/dining.html",1,0,0],
["Texas Lottery","http://www.txlottery.org/",1,0,0]
]


//********************************************************************************************

if(MN_IsMenu) {
	document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/scripts/Script"+ MN_BrowserString +".js' TYPE='text/javascript'><\/SCRIPT>");
}


//end