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=0;



_subOffsetLeft=-2;







with(menuStyle_Main=new mm_style()){

bordercolor="#8D9599";

borderstyle="none";

borderwidth=0;

fontfamily="Arial, Helvetica, sans-serif";

fontsize="13px";

fontstyle="normal";

fontweight="bold";

headerbgcolor="#056839";

headercolor="#056839";

offbgcolor="#056839";

offcolor="#ffffff";

onbgcolor="#6BA641";

oncolor="#ffffff";

outfilter="randomdissolve(duration=0.1)";

overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color=#777777', Direction=140, Strength=0)";

padding=0;

pagebgcolor="#6BA641";

pagecolor="ffffff";

separatorcolor="#8D9599";

separatorsize=0;

subimage="";

subimagepadding=0;

}

with(menuStyle=new mm_style()){

bordercolor="#8D9599";

borderstyle="none";

borderwidth=0;

fontfamily="Arial, Helvetica, sans-serif";

fontsize="12px";

fontweight="normal";

headerbgcolor="#6BA641";

headercolor="#6BA641";

offbgcolor="#6BA641";

offcolor="#ffffff";

onbgcolor="#056839";

oncolor="#ffffff";

outfilter="randomdissolve(duration=0.1)";

overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color=#777777', Direction=140, Strength=4)";

padding=4;

pagebgcolor="#056839";

pagecolor="ffffff";

separatorcolor="#8D9599";

separatorsize=0;

subimage="";

subimagepadding=0;

}







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

{

	alwaysvisible=1;

	followscroll=0;

	orientation="horizontal";

	style=menuStyle_Main;

	position="relative";

	

	if(!JsLoggedIn)

	{

		aI("text=<img src='menu/images/blank.gif' border='0' width='130' height='24'>;"); 

	}

	else

	{

		aI("text=<img src='menu/images/blank.gif' border='0' width='156' height='24'>;"); 

	}

	

	aI("text=Home&nbsp;&nbsp;&nbsp;;url="+path_preffix+"index.php;padding=4;");

	aI("showmenu=Buyers;text=Buyers&nbsp;&nbsp;&nbsp;;padding=4;");

	aI("text=Loans and Loan Info&nbsp;&nbsp;&nbsp;;url="+path_preffix+"index.php?go=mortgage;padding=4;");

	aI("showmenu=Properties;text=My Properties&nbsp;&nbsp;&nbsp;;url="+path_preffix+"a_index.php;padding=4;");

	aI("text=Special Projects&nbsp;&nbsp;&nbsp;;url="+path_preffix+"specialproject.php;padding=4;");

	aI("showmenu=Blogs;text=Blogs/Forum&nbsp;&nbsp;&nbsp;;padding=4;");

	aI("text=Contact Us&nbsp;&nbsp;&nbsp;;url="+path_preffix+"contact.php;padding=4;");



	if(!JsLoggedIn)

	{

		aI("text=Login&nbsp;&nbsp;;url="+path_preffix+"myfavorites.php;padding=4;");

		aI("text=<img src='menu/images/blank.gif' border='0' width='130' height='24'>;"); 

	}

	else

	{

		aI("text=<img src='menu/images/blank.gif' border='0' width='156' height='24'>;"); 

	}

}



with(milonic=new menuname("Buyers"))

{

	style=menuStyle;

	aI("text=Search for property;url="+path_preffix+"buy.php;")

	aI("text=Loans and Loan Info;url="+path_preffix+"index.php?go=mortgage;")

	aI("text=County/Local Links;url="+path_preffix+"index.php?go=locallinks;")

	aI("text=Land Purchase Info;url="+path_preffix+"land_detail.php;")

	aI("text=Start Search Here;url="+path_preffix+"buyers.php;")

	

	if(!JsLoggedIn)

	{

		aI("text=Log In;url="+path_preffix+"myfavorites.php;")

	}

}



with(milonic=new menuname("Properties"))

{

	style=menuStyle;

	aI("text=What is My Properties?;url="+path_preffix+"myproperties.php;")

	aI("text=Start Search Here;url="+path_preffix+"buyers.php;")



	if(!JsLoggedIn)

	{

		aI("text=Log In;url="+path_preffix+"myfavorites.php;")

	}

}



with(milonic=new menuname("Blogs"))

{

	style=menuStyle;

	aI("text=Blogs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url="+path_preffix+"blog.php;")

	aI("text=Forum&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=http://forum.buywisconsinland.com;")

}



drawMenus();



