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;
var newwindow;
function mynewwin(url)
{
newwindow=window.open(url,'name','height=500,width=525,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
} 

with(submenuStyle=new mm_style()){
fontfamily="bellMT, serif";
/* fontfamily="Verdana, Tahoma, Arial"; */
fontsize="11pt";
fontweight="bold";
headercolor="#000000";
offcolor="#000000";
oncolor="#10740A";
/* oncolor="#747A75"; */
padding=5;
pagecolor="black";
/* subimage="http://img.milonic.com/11x9_dotted_green.gif";  */
subimage="menu_js/11x9_dotted_green.gif";
subimagepadding=8;
}

with(menuStyle=new mm_style()){
styleid=1;
align="right";
fontfamily="bellMT, serif";
/* fontfamily="Verdana, Tahoma, Arial"; */
fontsize="11pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="menu_js/location.gif";
imageposition="right";
offcolor="#10740A";
/* offcolor="#B6B6B6"; */
oncolor="#000000";
overimage="menu_js/location_on.gif";
pagecolor="black";
}

with(milonic=new menuname("About")){
left="offset=15";
style=submenuStyle;
aI("text=About Garden Works;url=about.php;");
aI("text=A Short History of Garden Works;url=history.php;");
}

with(milonic=new menuname("Landscape")){
left="offset=15";
style=submenuStyle;
aI("text=New Landscaping;;");
aI("text=Renovating your Landscaping;;");
aI("text=Spring and Fall Garden Maintenance;;");
}

with(milonic=new menuname("Radio")){
left="offset=15";
style=submenuStyle;
aI("text=On the Radio;url=radio.php;");
aI("text=Listen Now;url=javascript:mynewwin('http://www.gardenworks-wny.com/radio_archive/player_popup.php');");
}

with(milonic=new menuname("Classes")){
left="offset=15";
style=submenuStyle;
aI("text=Corry Classes;url=classes.php#corry;");
aI("text=Jamestown Classes;url=classes.php#jamestown;");
aI("text=Mayville Classes;url=classes.php#mayville;");
}

with(milonic=new menuname("Gallery")){
left="offset=15";
style=submenuStyle;
aI("text=A Gallery of our Work;url=gallery.php;");
aI("text=The Flower Stand;url=gallery_fs.php;");
}

drawMenus();

