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          = 170;
MN_GL_FontFamily         = "Arial,helvetica";
MN_GL_FontSize           = 9;
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        = 6;

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.gif";
MN_GL_ImageSrcLeft       = "/images/navarrow.gif";
MN_GL_ImageSize          = 4;
MN_GL_ImageHorizSpace    = 1;
MN_GL_ImageVertSpace     = 4;

MN_GL_KeepHilite         = false;
MN_GL_ClickStart         = false;
MN_GL_ClickKill          = 0;
MN_GL_ChildOverlap       = 5;
MN_GL_ChildOffset        = 5;
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 = [
[158,		// menu width
1,		// left_position
155,		// top_position
"#f0f0f0",   // font_color
"#FFFFFF",   // mouseover_font_color
"#6B77C6",   // background_color
"#6B77F6",   // mouseover_background_color
"#AB77F6",    // border_color
"#AB77F6",          // 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
["Advantage Customers","",1,0,1],
["Advantage Services","/Services.asp",1,0,1],
["Pest Control Tips","/Tips.asp",1,0,0],
["Termite Education","",1,0,1],
["Employment","/Employment.asp",1,0,0],
["Contact Us","/Contact.asp",1,0,0],
["Home","/",1,0,0]
]

//Advantage Customers

/*MN_Array1_1 = [
[],          //right-to-left
["Warranty Information","/Warranty.asp",1,0,0],
["Renew Warranty","https://www.idevconsultants.com/stores/advantage/Payment.asp",1,0,0],
["Online Payment","https://www.idevconsultants.com/stores/advantage/Payment.asp",1,0,0],
["Feedback","/feedback.asp",1,0,0]
]*/

MN_Array1_1 = [
[],          //right-to-left
["Warranty Information","/warranty.asp",1,0,0],
["Renew Warranty","/payment.html",1,0,0],
["Online Payment","/payment.html",1,0,0],
["Feedback","/ffeedback.asp",1,0,0]
]


//Advantage Services

MN_Array1_2 = [
[],
["Termite Control","/TermiteControl.asp",1,0,0],
["Termite Treatment Methods","/TreatmentMethods.asp",1,0,0],
["Preconstruction Treatments","/PreConstruction.asp",1,0,0],
["Pest Control","/PestControl.asp",1,0,0],
["Lawn Care","/lawncare.asp",1,0,0],
["Warranty","/warranty.asp",1,0,0]
]


//Termite Education

MN_Array1_4 = [
[],
["Termite Protection For Homeowners","/advantagebrochure.pdf",1,0,0],
["Letter From State Agriculture Commissioner","/advantageletter1.pdf",1,0,0],
["Termite Control","/TermiteControl.asp",1,0,0]
]




//********************************************************************************************

if(MN_IsMenu) {
	document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/scripts/Script"+ MN_BrowserString +".js' TYPE='text/javascript'><\/SCRIPT>");
}

