


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=20                // Follow scrolling Rate
_subOffsetTop=5               // 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(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=Tech/Mods;showmenu=Tech/Mods;status=Technical and Modification Pages");
aI("text=Links;showmenu=Links;status=Pages to Links on the Net");
aI("text=Repeaters;showmenu=Repeaters;status=Information on the Repeater Systems SARG Run");
aI("text=Commands;showmenu=Commands;status=User Commands for the Repeaters");
aI("text=EchoLink;showmenu=EchoLink;status=EchoLink Information");
aI("text=About SARG;url=und_const.html;status=Information about The South Auckland Repeater Group - Not Active;");
aI("text=Trustees;showmenu=Trustees;url=trustees.html;status=Trustees of SARG");
aI("text=Guest Book;url=und_const.html;status=Guest Book, Leave Your Mark - Not Active");
aI("text=Feed Back;url=support_form.html;status=Want to Comment, or ask a Question to the Trustees");
}

with(milonic=new menuname("Tech/Mods")){
style=menuStyle;
overflow="scroll";
aI("text=Philips or Pye FM-828 Repeater Conversion;url=Philips_FM828U_Repeater_Conversion_Instructions.html;status=Philips FM-828 Conversion to a Repeater;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Links of Interest - Repeaters;url=links.html;status=Repeater Links of Interest");
aI("text=Radio Links;url=radio_links.html;status=Other Amateur Radio Links of Interest");
aI("text=Other Links of Interest - Not Radio Related;url=not_radio_links.html;status=Links, not Amateur radio related");
}

with(milonic=new menuname("Repeaters")){
style=menuStyle;
aI("text=Repeater Map of Ponga Rd;url=repeater_main.html;status=Over-view of the Repeater System at Ponga Rd;");
aI("text=29.640 - Repeater;url=und_const.html;status=10m Repeater, 29.640MHz;");
aI("text=145.775 - Repeater;url=und_const.html;status=Musick Point Repeater, 145.775MHz;");
aI("text=147.325 + Repeater;url=und_const.html;status=Ponga Rd Repeater, 147.325MHz");
aI("text=438.250 - Repeater;url=und_const.html;status=Ponga Rd Repeater, 438.250MHz");
aI("text=438.575 - Repeater;url=und_const.html;status=Redoubt Rd Repeater, 438.575MHz;");
aI("text=1291.10 - Repeater;url=und_const.html;status=Musick Point Repeater, 1291.100MHz;");
}

with(milonic=new menuname("Commands")){
style=menuStyle;
aI("text=Repeater Commands - Ponga Road(Not Active);url=und_const.html;status=Ponga Road Command;");
aI("text=Repeater Commands - Musick Point(Not Active);url=und_const.html;status=Musick Point Command;");
}

with(milonic=new menuname("EchoLink")){
style=menuStyle;
aI("text=EchoLink Commands;url=echolink.html;status=Commands for using EchoLink;");
aI("text=EchoLink Home;url=http://www.echolink.org;status=Home of EchoLink;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

with(milonic=new menuname("Trustees")){
style=menuStyle;
aI("text=ZL1ALZ (Silent Key);url=trustees.html\zl1alz;status=Trustees of SARG, ZL1ALZ");
aI("text=ZL1BFB;url=trustees.html\#zl1bfb;status=Trustees of SARG, ZL1BFB");
aI("text=ZL1BUP;url=trustees.html\#zl1bup;status=Trustees of SARG, ZL1BUP");
aI("text=ZL1KFM;url=trustees.html\#zl1kfm;status=Trustees of SARG, ZL1KFM");
aI("text=ZL1TRH;url=trustees.html\#zl1trh;status=Trustees of SARG, ZL1TRH");
aI("text=ZL1UET;url=trustees.html\#zl1uet;status=Trustees of SARG, ZL1UET");
}

drawMenus();


