_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20      // Used for Netscape 4 scrolling
_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
//_followSpeed=0       // Follow Scrolling speed (higher number makes the scrolling smoother but slower)
//_followRate=0        // Follow Scrolling Rate (use a minimum of 40 or you may experience problems)

//sets how far down sub menu is down from the top of the main menu
_subOffsetTop=5;     // Sub menu offset Top position
//sets how far L or R the right edge of the sub is from the left edage of the main
_subOffsetLeft=-10;  // Sub menu offset Left position

//main menu style
with(mainStyle=new mm_style()){
     onbgcolor = "#014884";
       oncolor = "#ffff99";
    offbgcolor = "#77C1FF";
      offcolor = "#F6F9FC";
   bordercolor = "#ADDBFF";
   borderstyle = "solid";
separatorcolor = "#ADDBFF";
separatorsize = 2;
       padding = 3;
//      onborder="2px solid black"
      fontsize = "13";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "Verdana, Arial";
   high3dcolor = null;
    low3dcolor = null;
//     pagecolor = "#000000";
//   pagebgcolor = "#F4F4F4";
//   topbarimage = "/img/arr_wt.gif";
//topbarimageloc = "left;middle"
//      subimage = "/img/arr_wt.gif";
//   subimageloc = "left"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}

//sub menu style
with(subStyle=new mm_style()){
     onbgcolor = "#014884";
       oncolor = "#ffff99";
    offbgcolor = "#77C1FF";
      offcolor = "#FFFFFF";
   bordercolor = "#ADDBFF";
   borderstyle = "solid";
separatorcolor = "ADDBFF";
separatorsize = 1;
       padding = 4
//      onborder="2px solid black"
      fontsize = "13";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "Verdana, Arial";
}

with(ud_casc=new menuname("mainmenu")){
  _c=1
  borderwidth = 1;
  style = mainStyle;
  alwaysvisible = 1;
  //orientation="horizontal";
  position="relative";
  //itemheight=27;
  itemwidth=147;
  //align="center"; 
  //screenposition = "center;middle";
  aI("itemwidth=132;text=Home;showmenu=;url=/;image=images/nav/rt_arr.gif;");
  aI("itemwidth=132;text=Company;showmenu=a1002;url=/company.php;image=images/nav/rt_arr.gif;");
  aI("itemwidth=132;text=Products;showmenu=a1003;url=/real_estate_investment_products.php;image=images/nav/rt_arr.gif;");
  aI("itemwidth=132;text=Resources;showmenu=;url=/real_estate_investment_resources.php;image=images/nav/rt_arr.gif;");
//  aI("itemwidth=132;text=News;showmenu=;url=/news.php;image=images/nav/rt_arr.gif;");
//  aI("itemwidth=132;text=Order;showmenu=;url=/order.php;image=images/nav/rt_arr.gif;");
  aI("itemwidth=132;text=REF Properties;showmenu=;url=/invest-realestate.php;image=images/nav/rt_arr.gif;");
  aI("itemwidth=132;text=Contact Us;showmenu=;url=/contactus.php;image=images/nav/rt_arr.gif;");
  aI("itemwidth=132;text=Real Estate Blog;showmenu=;url=http://rocho.realtyblogging.com/;target=_blank;image=images/nav/rt_arr.gif;");
}

with (ud_casc = new menuname("a1002")){
  _c = 1
  borderwidth = 1;
  style = subStyle;
  itemwidth = 180;
  aI("text=Careers;url=/careers.php");  
//  aI("text=Bios;url=/bios.php");
//  aI("text=Members;url=/members.php");
}

with (ud_casc = new menuname("a1003")){
  _c = 1
  borderwidth = 1;
  style = subStyle;
  itemwidth = 180;   
  aI("text=Training & Coaching;url=/investor_training_coaching.php");
  aI("text=Sharkbait;url=/sharkbait.php");
  aI("text=Sharkbait Comp Data;url=/sharkbaitcomps.php");
//  aI("text=Investor Workshop;url=/90_day_challenge_reg.php?id=51");
  aI("text=Foreclosure Data;url=/data_subscriptions.php");
  aI("text=Tax Advantages of Home Ownership;url=/real_estate_investment_products.php#4");
  aI("text=Personal Mentorship;url=/real_estate_investment_products.php#5");
}
   
with(ud_casc=new menuname("a1006")){
  _c = 1
  borderwidth = 1;
  style = subStyle;
  itemwidth = 180;
  aI("text=Investors;url=/invest-realestate.php");
  aI("text=Buyers;url=/lease2own.php");
  aI("text=Sellers;url=/sellyourhome.php");               
}

drawMenus();
