


_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(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="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/java/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("Reach Menu")){
style=menuStyle;
top=55;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.reachmediatv.com/index_ar.php;status=Back To Home Page;");
aI("text=Our Channels;showmenu=Our Channels;url=http://www.reachmediatv.com/packages/index.php;status=Packages;");
aI("text=Grids;showmenu=Grids;url=http://www.reachmediatv.com/grids/index.php;status=Grids;");
aI("text=Customer Care;showmenu=Customer Care;url=http://www.reachmediatv.com/cs/index.php;status=Customer Care;");
aI("text=The Store;url=http://www.reachmediatv.com/store/index.php;status=The Store;");
// aI("text=About Us;url=http://www.reachmediatv.com/corp/index.php;status=About Us;");
aI("text=Contact Us;url=http://www.reachmediatv.com/cs/contact.html;status=Contact Us;");
}

with(milonic=new menuname("Our Channels")){
style=menuStyle;
overflow="scroll";
aI("text=ART Global;url=/packages/artg.html;");
aI("text=ART Movies;url=/packages/artm.html;");
aI("text=LBC Sat;url=/packages/lbc.html;");
aI("text=Al Jazeera;url=/packages/aljazeera.html");
aI("text=MBC;url=/packages/mbc.html;");
aI("text=Egypt Sat;url=/packages/eg.html;");
aI("text=Nile Drama;url=/packages/nile.html;");
aI("text=Dubai TV;url=/packages/dubai.html;");
aI("text=Future TV;url=/packages/future.html;");
}

with(milonic=new menuname("Grids")){
style=menuStyle;
aI("text=ART Global;url=/grids/artg.php;");
aI("text=ART Movies;url=/grids/artm.php;");
aI("text=LBC Sat;url=/grids/lbc.php;");
aI("text=Al Jazeera;url=/grids/aljazeera.php");
aI("text=Future TV;url=/grids/future.php;");
}

with(milonic=new menuname("Customer Care")){
style=menuStyle;
aI("text=Frequently Asked Questions;url=/cs/faq.html;");
aI("text=Contact Us;url=/cs/contact.html;");
}

with(milonic=new menuname("The Store")){
style=menuStyle;
aI("text=Dish Equipment;url=/store/dish.php;");
aI("text=DVD;url=/store/dvd.php;");
aI("text=VHS;url=/store/vhs.php;");
}





drawMenus();

