
_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=50                // Follow scrolling Rate
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=0     	      // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(Style1=new mm_style()){
onbgcolor="#e2e0e0";
oncolor="#00295a";
offbgcolor="#ffffff";
offcolor="#00295a";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
separatorcolor="#cccccc";
separatorsize="1";
padding=5;
align="left";
fontalign="";
fontsize="12px";
fontstyle="bold";
fontfamily="arial,verdana";
pagecolor="";
pagebgcolor="#e2e0e0";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=1;
overfilter="";
outfilter="";
}

with(StyleMainTop=new mm_style()){
onbgcolor="#a2a2a2";
oncolor="#ffffff";
offbgcolor="#d1d1d1";
offcolor="#858585";
bordercolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=2;
align="center";
fontsize="11px";
fontstyle="normal";
fontfamily="arial,verdana";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=1;
overfilter="";
outfilter="";
}

with(StyleMain=new mm_style()){
onbgcolor="";
oncolor="#858585";
offbgcolor="";
offcolor="#858585";
bordercolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=0;
align="left";
fontsize="11px";
fontstyle="normal";
fontfamily="arial,verdana";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=1;
overfilter="";
outfilter="";
}

with(milonic=new menuname("AboutUs")){
style=Style1;
aI("text=&nbsp;&nbsp;Existing Projects;itemwidth=183;url=/ExistingProjects.asp?Id=1;");
aI("text=&nbsp;&nbsp;Directors;itemwidth=183;url=/Directors.asp?Id=1;");
aI("text=&nbsp;&nbsp;Investment Partners;itemwidth=183;url=/InvestmentPartners.asp?Id=1;");
aI("image=/images/menuBottom.jpg;itemwidth=183;");
}

with(milonic=new menuname("Developments")){
style=Style1;

aI("text=&nbsp;&nbsp;Vaal Mall, Vanderbjilpark;itemwidth=220;url=/VaalMall.asp?Id=3;");
aI("text=&nbsp;&nbsp;Morningside Shopping Centre;itemwidth=220;url=/MorningSide.asp?Id=3;");
aI("text=&nbsp;&nbsp;Middelburg Mall;itemwidth=220;url=/MidwaterMall.asp?Id=3;");
aI("text=&nbsp;&nbsp;Paarl Mall;itemwidth=220;url=http://www.paarlmall.co.za/;target=_blank;");
aI("text=&nbsp;&nbsp;Mall Of the North, Polokwane;itemwidth=220;url=/MallNorth.asp?Id=3;");
aI("text=&nbsp;&nbsp;Highveld Mall, Witbank;itemwidth=220;url=/Highveldmall.asp?Id=3;");
//aI("text=&nbsp;&nbsp;Madiba Bay Lifestyle Centre, PE;itemwidth=220;url=/MadibaBay.asp?Id=3;");
//aI("text=&nbsp;&nbsp;Welcome Centre, Port Elizabeth;itemwidth=220;url=/WelcomeCentre.asp?Id=3;");
aI("text=&nbsp;&nbsp;Lakeside Mall, Benoni;itemwidth=220;url=/LakesideMall.asp?Id=3;");
aI("text=&nbsp;&nbsp;Nicolway, Bryanston;itemwidth=220;url=/Nicolway.asp?Id=3;");
aI("text=&nbsp;&nbsp;Lephalale Mall;itemwidth=220;url=/LephalaleMall.asp?Id=3;");
aI("text=&nbsp;&nbsp;Bedworth Park, Vereeniging;itemwidth=220;url=/BedworthPark.asp?Id=3;");
//aI("text=&nbsp;&nbsp;Blue Hills, Midrand;itemwidth=220;url=/BlueHillsMall.asp?Id=3;");
aI("image=/images/menuBottomD.jpg;itemwidth=220;");
}


drawMenus();

