
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0           // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=3              // 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="#FFFFFF";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#FFFFFF";
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
//subimage="";
//subimagepadding="";
}

with(popoutStyle=new mm_style()){
onbgcolor="#B6B6B6";
oncolor="#3D3D3D"; //text
offbgcolor="#E1E1E0";
offcolor="#3D3D3D"; //text
bordercolor="#464B51";
borderstyle="solid";
borderwidth=1;
separatorcolor="#464B51";
separatorsize=1;
padding=3;
itemwidth=160;
itemheight=24;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#3D3D3D";
pagebgcolor="#E1E1E0";
headercolor="#E1E1E0";
headerbgcolor="#3D3D3D";
//subimage="";
//subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
outfilter="Fade(duration=0.3)";

}




with(milonic=new menuname("Main Menu")){

style=menuStyle;
alwaysvisible=1; 
orientation="horizontal";
position="relative";
keepalive=1;
aI("image=images/menu/n_home_x.gif;overimage=images/menu/n_home_o.gif;showmenu=home;url=index.php?page=8;");
aI("image=images/menu/n_the_company_x.gif;overimage=images/menu/n_the_company_o.gif;showmenu=thecompany;url=index.php?page=1;");
aI("image=images/menu/n_the_project_x.gif;overimage=images/menu/n_the_project_o.gif;showmenu=theproject;url=index.php?page=7;");
aI("image=images/menu/n_coal-bed_methane_products_x.gif;overimage=images/menu/n_coal-bed_methane_products_o.gif;showmenu=coal-bedmethaneproducts;url=index.php?page=3;");
aI("image=images/menu/n_southern_africas_power_crisis_x.gif;overimage=images/menu/n_southern_africas_power_crisis_o.gif;showmenu=southernafrica'spowercrisis;url=index.php?page=18;");
aI("image=images/menu/n_contact_x.gif;overimage=images/menu/n_contact_o.gif;showmenu=contact;url=index.php?page=11;");
aI("image=images/menu/n_links_x.gif;overimage=images/menu/n_links_o.gif;showmenu=links;url=index.php?page=29;");

}
with(milonic=new menuname("thecompany")){

						style=popoutStyle;
aI("text=Who we are;url=index.php?page=1;");
aI("text=Our Goals;url=index.php?page=21;");

} 
with(milonic=new menuname("theproject")){

						style=popoutStyle;
aI("text=Scope And Scale;url=index.php?page=7;");
aI("text=Geology;url=index.php?page=9;");
aI("text=Feasibility Study;url=index.php?page=16;");
aI("text=Major Milestones;url=index.php?page=17;");

} 
with(milonic=new menuname("coal-bedmethaneproducts")){

						style=popoutStyle;
aI("text=How CBM is Produced;url=index.php?page=4;");
aI("text=Compressed Natural Gas (CNG);url=index.php?page=33;");
aI("text=Liquefied Natural Gas (LNG);url=index.php?page=3;");
aI("text=Dimethyl Ether (DME);url=index.php?page=34;");
aI("text=Uses for KE's CBM Products;url=index.php?page=35;");
aI("text=Benefits of KE's CBM Products;url=index.php?page=36;");
aI("text=The advantages of Natural Gas Vehicles;url=index.php?page=30;");
aI("text=Converting vehicles to natural gas;url=index.php?page=32;");

} 
drawMenus();