

emptyimage="transparent.gif";
showdelay=200;
hidedelay=800;

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=58;
height=20;
color="#600000";
coloron="#600000";
bgcolor="600000";
bgcoloron="#600000";
fontsize="9pt";
fontfamily="Arial";
paddingtop=0;
paddingleft=0;
arrowright=20;
arrowtop=1;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=100)";
menubgcolor="#600000";
menuborderwidth=0;
menubordercolor="#000000";
separatorsize=0;
separatorcolor="#000000";
highlightpath=true;
wiseposition=true;
}

/*Start Menu Declarations*/
//servicemenu

with(new fxmenu("MainMenu4")){
width=70;
height=33;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/navi_services.png;imageon=images/navi_services.png;show=service;");
}

with(new fxmenu("service")){
width=90;
height=27;
style=itemStyle;
menustyle=menuStyle;
fx("image=images/landscape_button.png;imageon=images/landscape_button.png;url=landscape.asp;");
fx("image=images/pond_button.png;imageon=images/pond_button.png;url=pond.asp;");
fx("image=images/timber_button.png;imageon=images/timber_button.png;url=timber.asp;");
fx("image=images/Maintance_button.png;imageon=images/Maintance_button.png;url=main.asp;");
}


/*Start Menu Declarations*/
//productemenu

with(new fxmenu("MainMenu5")){
width=71;
height=33;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/navi_product.png;imageon=images/navi_product.png;show=serviceproduct;");
}

with(new fxmenu("serviceproduct")){
width=90;
height=27;
style=itemStyle;
menustyle=menuStyle;
fx("image=images/bonsai_button.png;imageon=images/bonsai_button.png;url=bonsai.asp;");
fx("image=images/plants_button.png;imageon=images/plants_button.png;url=Plants.asp;");
fx("image=images/pots_button.png;imageon=images/pots_button.png;url=Pots.asp;");

}
/*home button*/
with(new fxmenu("MainMenu80")){
width=70;
height=33;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/navi_home.png;imageon=images/navi_home.png;url=home.asp;");
}
/*profile button*/
with(new fxmenu("MainMenu10")){
width=71;
height=33;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/navi_profile.png;imageon=images/navi_profile.png;url=profile.asp;");
}
/*feedback button*/
with(new fxmenu("MainMenu20")){
width=71;
height=33;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/navi_feedback.png;imageon=images/navi_feedback.png;url=feedback.asp;");
}
/*enquiry button*/
with(new fxmenu("MainMenu30")){
width=71;
height=33;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/navi_enquiry.png;imageon=images/navi_enquiry.png;url=enquiry.aspx;")}

/*contact button*/
with(new fxmenu("MainMenu40")){
width=83;
height=33;
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=images/navi_contact.png;imageon=images/navi_contact.png;url=contact.asp;");
}

buildMenus();
