


_menuCloseDelay=400           // 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=40                // Follow scrolling Rate
_subOffsetTop=50              // Sub menu top offset
_subOffsetLeft=25            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(main=new mm_style()){
onbgcolor="#336699";
oncolor="#ffffff";
offbgcolor="none";
offcolor="#333333";
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize="1";
padding=1;
fontsize="9px";
fontweight="normal";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#666666";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}

with(homepg=new mm_style()){
onbgcolor="#336699";
oncolor="#ffffff";
offbgcolor="none";
offcolor="#333333";
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize="1";
padding=1;
fontsize="9px";
fontweight="normal";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="2";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}

with(sub_menu=new mm_style()){
onbgcolor="#336699";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontsize="10px";
fontweight="normal";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#eeeeee";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.1)";
}


with(amenu=new menuname("showroom_sub")){
style=sub_menu;
overflow="scroll";

}

with(amenu=new menuname("about_sub")){
style=sub_menu;
overflow="scroll";

}

with(amenu=new menuname("sale_sub")){
style=sub_menu;
overflow="scroll";


}


with(amenu=new menuname("industries_sub")){
style=sub_menu;
overflow="scroll";

}

with(amenu=new menuname("client_sub")){
style=sub_menu;
overflow="scroll";

}

with(amenu=new menuname("visit_sub")){
style=sub_menu;
overflow="scroll";

}

with(amenu=new menuname("news_sub")){
style=sub_menu;
overflow="scroll";

}





