Code: Select all
with(menuStyle=new mm_style()){
onbgcolor="#FFFF00";
oncolor="#000000";
offbgcolor="#FFFFAA";
offcolor="#000000";
bordercolor="#FFFF99";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize=1;
padding=3;
align="center";
fontsize=".80em";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.1);Alpha(opacity=95);";
}
with(milonic=new menuname("Main Menu"))
{
style=menuStyle;
alwaysvisible=1;
itemwidth="100px";
orientation="horizontal";
aI("text=Home;url=/;status=Back To Home Page;");
aI("text=Regulation;showmenu=Regulation1;");
aI("text=Fixed;showmenu=Fixed2;");
aI("text=Mobile;showmenu=Mobile3;");
aI("text=Cable;showmenu=Cable4;");
}
with(milonic=new menuname("Regulation1"))
{
style=menuStyle;
itemwidth="100px";
align="left";
overflow="scroll";
aI("text=CNC;url=http://www.cnc.gov.ar;");
aI("text=SECOM;url=http://www.secom.gov.ar;");
}
drawMenus();