fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#003366";
borderstyle="solid";
borderwidth=3;
fontfamily="Verdana, Tahoma, Arial";
fontsize="15px";
//fontweight="bolder";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#003366";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#003366";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)')";
padding=4;
pagebgcolor="#ffffff";
pagecolor="003366";
separatorcolor="#ffffff";
separatorsize=0;
separatorwidth="11";
//subimage="arrow.gif";
//subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=167;
orientation="horizontal";
style=menuStyle;
top=174;
aI("status=Back To Home Page;text=Home;url=home.htm;target=mainFrame");
aI("showmenu=FindHomes;text=Find Homes;");
aI("showmenu=Finance;text=Finance Info;");
aI("showmenu=Helpful;text=Helpful Tips;");
aI("showmenu=AboutOmaha;text=About Omaha;");
aI("showmenu=AboutMe;text=About Me;");
}

with(milonic=new menuname("FindHomes")){
overflow="scroll";
style=menuStyle;
aI("status=Hot Properties;text=Hot Properties;url=javascript:SubmitAgentListings('AllMyListings')")
//aI("status=Hot Properties;text=Hot Properties;url=http://billspiecker.cbshome.com/Consumer/Listing/ListingSearchResults.aspx?Search=f4bc831d-9164-4f27-9284-f5113689f5dd&SearchType=&ListingType=&ListingDistrictTypeID=&FirstLetter=&Sort=1;target=_new")
aI("status=Search CBSHome;text=Search CBSHome;url=http://billspiecker.cbshome.com/Consumer/listing/ListingSearch.aspx?Clear=2;target=_new")
aI("status=Search Realtor.com;text=Search Realtor.com;url=http://www.realtor.com/omaha/nbregion.asp?st=ne;target=_new")
}

with(milonic=new menuname("Finance")){
style=menuStyle;
aI("status=Loan Calculator;text=Loan Calculator;url=loan.htm;target=mainFrame");
aI("status=Mortgage information;text=Mortgage information;url=mortgage.htm;target=mainFrame");
aI("status=CBSHome Finance Tools;text=CBSHome Finance Tools;url=http://billspiecker.cbshome.com/Consumer/Tools/FinanceTools.aspx;target=_new");
}

with(milonic=new menuname("Helpful")){
style=menuStyle;
aI("status=Get a FREE Market Analysis of Your Home;text=Free Market Analysis;url=marketanalysis.php;target=mainFrame");
aI("status=Buying a Home?;text=Buying a Home?;url=buy.htm;target=mainFrame");
aI("status=Selling a Home?;text=Selling a Home?;url=sell.htm;target=mainFrame");
aI("status=Relocation Help;text=Relocation Help;url=http://billspiecker.cbshome.com/Content/Content.aspx?CategoryID=310232;target=_new");
}

with(milonic=new menuname("AboutOmaha")){
style=menuStyle;
aI("status=Welcome to Omaha;text=Welcome to Omaha;url=http://www.ci.omaha.ne.us/;target=_new");
aI("status=Omaha Links;text=Omaha Links;url=omaha.htm;target=mainFrame");
aI("status=FREE school report;text=FREE school report;url=http://www.homefair.com/homefair/usr/nsrs/home.html?type=to;target=_new");
aI("status=City Comparison Report;text=City Comparison Report;url=http://www.homefair.com/homefair/calc/citysnap.html?type=to;target=_new");
}

with(milonic=new menuname("AboutMe")){
style=menuStyle;
aI("status=References;text=References;url=references.htm;target=mainFrame");
aI("status=Contact me;text=Contact me;url=contact.php;target=mainFrame");
aI("status=CBSHome Real Estate;text=CBSHome Real Estate;url=http://billspiecker.cbshome.com;target=_new");
}

drawMenus();

function SubmitAgentListings(sType){
	this.document.frmListings.AgentHomePageSearchType.value= sType;
	this.document.frmListings.submit();
}