


_menuCloseDelay=20           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ff6600";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#FFFFFF";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="#FFFFFF";
pagebgcolor="#CCCCCC";
headercolor="#999999";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Alpha(opacity=90)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=205;
left=117;
alwaysvisible=1;
orientation="horizontal";
aI("image=http://www.hiper.fm/menubot/home1.gif;overimage=http://www.hiper.fm/menubot/home2.gif;url=http://www.hiper.fm/main.htm;");
aI("image=http://www.hiper.fm/menubot/musica1.gif;overimage=http://www.hiper.fm/menubot/musica2.gif;showmenu=Música;");
aI("image=http://www.hiper.fm/menubot/CARAS1.gif;overimage=http://www.hiper.fm/menubot/CARAS2.gif;showmenu=caras;");
aI("image=http://www.hiper.fm/menubot/shows1.gif;overimage=http://www.hiper.fm/menubot/shows2.gif;showmenu=shows;");
aI("image=http://www.hiper.fm/menubot/feedback1.gif;overimage=http://www.hiper.fm/menubot/feedback2.gif;url=http://www.hiper.fm/new_feedback.htm;");
aI("image=http://www.hiper.fm/menubot/widgets1.gif;overimage=http://www.hiper.fm/menubot/widgets2.gif;url=http://www.hiper.fm/new_widgets.htm;");
aI("image=http://www.hiper.fm/menubot/vipspace1.gif;overimage=http://www.hiper.fm/menubot/vipspace2.gif;url=http://hiperfm.ning.com;target=blank;");
}

with(milonic=new menuname("shows")){
style=menuStyle;
aI("text=TOMA LÁ CAFÉ;url=http://www.hiper.fm/new_tomalacafe.htm;");
aI("text=HIPER 30;url=http://www.hiper.fm/new_hiper30.htm;");
aI("text=WARM UP;");
aI("text=HIPER RED ZONE;url=http://www.hiper.fm/new_redzone.htm;");
aI("text=FLASH MIX;url=http://www.hiper.fm/new_flashmix.htm;");
}

with(milonic=new menuname("Música")){
style=menuStyle;
aI("text=HIPER OUVINTE;url=http://www.hiper.fm/new_hiperouvinte.htm;");
aI("text=HIPER 30;url=http://www.hiper.fm/new_hiper30.htm;");
aI("text=TOP DOWNLOADS;url=http://www.hiper.fm/new_downloads.htm;");
aI("text=VIDEOS;url=http://www.hiper.fm/new_videos2.htm;");
}

with(milonic=new menuname("caras")){
style=menuStyle;
aI("text=ANDRÉ SILVA;url=http://hiperfm.ning.com/profile/AndreSilva;target=blank;");
aI("text=ANA LEÃO;url=http://hiperfm.ning.com/profile/AnaCatarinaCaladoLeao;target=blank;");
aI("text=RODRIGO SANTOS;url=http://hiperfm.ning.com/profile/rodrigosantos;target=blank;");
aI("text=MELANIE SANTOS;url=http://hiperfm.ning.com/profile/melaniesimao;target=blank;");
aI("text=PEDRO LOPES;url=http://hiperfm.ning.com/profile/pedrolopes93;target=blank;");
aI("text=CLAUDIA FRAGOSO;url=http://hiperfm.ning.com/profile/claudiafragoso;target=blank;");
aI("text=DJ KITO;url=http://hiperfm.ning.com/profile/djkito;target=blank;");
aI("text=DJ KRISTOF;url=http://hiperfm.ning.com/profile/djkristof;target=blank;");
aI("text=DJ TIAGO M;url=http://hiperfm.ning.com/profile/djtiagom;target=blank;");
}

with(milonic=new menuname("widgets")){
style=menuStyle;
aI("text=LOGOTIPOS;url=http://www.hiper.fm/new_widgets.htm;");
aI("text=WALLPAPERS;url=http://www.hiper.fm/new_widgets.htm;");
aI("text=WEB PLAYER;url=http://www.hiper.fm/new_widgets.htm;");
}

drawMenus();

