﻿

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(mainmenuStyle=new mm_style()){

orientation="horizontal";
oncolor="#FFFFFF";
offcolor="#B3B3B3";
borderwidth=0;
separatorcolor="#999999";
separatorsize="1";
padding=2;
fontsize="9px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/3/arrow.gif";
subimagepadding="3";
}


with(menuStyle=new mm_style()){
position="relative";
onbgcolor="#919191";
oncolor="#ffffff";
offbgcolor="#CFCFCE";
offcolor="#000000";
bordercolor="#2B2B28";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2B2B28";
separatorsize="0";
padding=3;
fontsize="12px";
fontstyle="bold";
fontfamily="Arial";
pagecolor="white";
pagebgcolor="#c0c0c0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color='#000000', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.2)";
}



with(milonic=new menuname("Gamers")){
style=menuStyle;
overflow="scroll";
aI("text=Game Browser & Stats;url=http://www.serverspy.net/site/stats/;");
aI("text=Game Launcher;url=http://www.serverspy.net/site/gamelauncher/;");
aI("text=Geo Search;url=http://www.serverspy.net/site/geosearch/;");
aI("text=Player Search;url=http://www.serverspy.net/site/search/;");
aI("text=Server Rankings;url=http://www.serverspy.net/site/serverranks/;");
aI("text=Server Rental;url=http://servers.serverspy.net;status=Rent a Game Server");

}

with(milonic=new menuname("Webmasters")){
style=menuStyle;
aI("text=Rentals;showmenu=Rentals;");
aI("text=Server Monitors;showmenu=Monitors;separatorsize=1");
//aI("text=Game Launcher;url=http://www.serverspy.net/site/gamelauncher/;");
aI("text=Game Server Rankings;url=http://www.serverspy.net/site/serverranks/;");
aI("text=Map Information;url=http://www.serverspy.net/site/mapinfo/;");
//aI("text=Referall Program;url=/site/referall/;");
aI("text=Link To ServerSpy;url=http://www.serverspy.net/site/linkus.html;");
aI("text=Remote Player Search;url=http://www.serverspy.net/site/rps.html;");

}

with(milonic=new menuname("Monitors")){
style=menuStyle;
aI("text=Game Server Monitor;url=http://www.serverspy.net/site/servermonitor.html;");
aI("text=TeamSpeak Monitor;url=http://www.serverspy.net/site/monitor/teamspeak.html;");
aI("text=Ventrilo Monitor;url=http://www.serverspy.net/site/monitor/ventrilo.html;");
}

with(milonic=new menuname("Rentals")){
style=menuStyle;
aI("text=Monthly Game Servers;url=http://serverspy.hypernia.net/game_servers.html");
aI("text=TeamSpeak Servers;url=http://serverspy.hypernia.net/game_servers.html");
}


var nav = document.getElementById('contentsNav');
var posX = Math.round( (document.body.clientWidth - nav.offsetWidth) / 2 ) + 6;
var posY = nav.offsetTop + 76;

with(milonic=new menuname("Main Menu")){
style=mainmenuStyle;
top=posY;
left=posX;
textalign='left';
alwaysvisible=1;
orientation="horizontal";
position="absolute";
aI("text=HOME&nbsp;;url=/site/;status=Hope Page;");
//aI("text=&nbsp;FAQ&nbsp;;url=/site/faq.html;status=View FAQs;");
aI("text=&nbsp;BOOKMARK US&nbsp;;url=javascript:window.external.AddFavorite('http://www.serverspy.net/?bookmark', 'ServerSpy.Net - Find Gamers Online');status=Bookmark ServerSpy.Net;");
aI("text=&nbsp;HELP DESK&nbsp;;url=/site/support/;status=Help Desk;");
aI("text=&nbsp;GAMERS&nbsp;;showmenu=Gamers;");
aI("text=&nbsp;WEBMASTERS&nbsp;;showmenu=Webmasters;");
aI("text=&nbsp;FORUM&nbsp;;url=/site/forum/;status=Visit Forums;");
}

drawMenus();
