﻿_menuCloseDelay=00            // The time delay for menus to remain visible on mouse out
_menuOpenDelay=00             // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){	// Main menu style
onbgcolor="#FFFFFF";
oncolor="#FF7200";
offbgcolor="#FFFFFF";
offcolor="#2259A1";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2259A1";
separatorsize="2";
separatorheight=18;
padding=2;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#2259A1";
pagebgcolor="#FFFFFF";
headercolor="#2259A1";
headerbgcolor="#FFFFFF";
valign="bottom";
align="center";
}

with(menuStyle2=new mm_style()){	// Dropdown menu style
onbgcolor="#D9D9D9";
oncolor="#FF7200";
offbgcolor="#FFFFFF";
offcolor="#2259A1";
bordercolor="#2259A1";
borderstyle="solid";
borderwidth=2;
separatorcolor="#2259A1";
separatorsize="2";
separatorheight=2;
padding=1;
itemheight=30;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#2259A1";
pagebgcolor="#FFFFFF";
headercolor="#2259A1";
headerbgcolor="#FFFFFF";
valign="center";
align="center";
}

with(milonic=new menuname("Null")){
style=menuStyle;
}

////////////////////////////////////////////////////////////

with(milonic=new menuname("Omega3")){
style=menuStyle2;
top="offset=-2";
left="offset=-2";
if (ns7) {
menuwidth=141;
itemwidth=141;
} else if (ns61) {
menuwidth=142;
itemwidth=142;
} else if (mac) {
menuwidth=140;
itemwidth=140;
} else {
menuwidth=141;
itemwidth=141;
}
aI("text=Omega-3概览;url=/Omega3/Default.asp;");
aI("text=健康的脂肪;url=/Omega3/Fat.asp;");
aI("text=必需脂肪酸;url=/Omega3/Acids.asp;");
aI("text=每日所需份量;url=/Omega3/Daily.asp;");
aI("text=有关Omega-3的传闻;url=/Omega3/Myths.asp;");
}

////////////////////////////////////////////////////////////

with(milonic=new menuname("About")){
style=menuStyle2;
top="offset=-2";
left="offset=-2";
if (ns7) {
menuwidth=124;
itemwidth=124;
} else if (ns61) {
menuwidth=124;
itemwidth=124;
} else {
menuwidth=123;
itemwidth=123;
}
aI("text=MEG-3™补充品;showmenu=SupplementAbout;url=/About/Default.asp;");
aI("text=MEG-3™<BR>食品添加物;showmenu=FIAbout;url=/About/FI-Default.asp;");
}

////////////////////////////////////////////////////////////

with(milonic=new menuname("SupplementAbout")){
style=menuStyle2;
top="offset=-10";
left="offset=10";
if (ns7) {
menuwidth=124;
itemwidth=124;
} else if (ns61) {
menuwidth=124;
itemwidth=124;
} else {
menuwidth=123;
itemwidth=123;
}
aI("text=MEG-3™概览;url=/About/Default.asp;");
aI("text=MEG-3™安全性;url=/About/Safety.asp;");
aI("text=常见问题;url=/About/FAQ.asp;");
}

////////////////////////////////////////////////////////////

with(milonic=new menuname("FIAbout")){
style=menuStyle2;
top="offset=-10";
left="offset=10";
if (ns7) {
menuwidth=124;
itemwidth=124;
} else if (ns61) {
menuwidth=124;
itemwidth=124;
} else {
menuwidth=123;
itemwidth=123;
}
aI("text=MEG-3™概览;url=/About/FI-Default.asp;");
aI("text=MEG-3™安全性;url=/About/FI-Safety.asp;");
aI("text=常见问题;url=/About/FI-FAQ.asp;");
}

////////////////////////////////////////////////////////////

with(milonic=new menuname("Health")){
style=menuStyle2;
top="offset=-2";
left="offset=-2";
if (ns7) {
menuwidth=133;
itemwidth=133;
} else if (ns61) {
menuwidth=134;
itemwidth=134;
} else {
menuwidth=133;
itemwidth=133;
}
aI("text=对健康的多种好处;url=/Health/Default.asp;");
aI("text=对心脏的好处;url=/Health/Heart.asp;");
aI("text=其他健康上的好处;url=/Health/Other.asp;");
}

////////////////////////////////////////////////////////////

with(milonic=new menuname("LifeStage")){
style=menuStyle2;
top="offset=-2";
left="offset=-2";
if (ns7) {
menuwidth=152;
itemwidth=152;
} else if (ns61) {
menuwidth=154;
itemwidth=154;
} else {
menuwidth=153;
itemwidth=153;
}
aI("text=人生阶段性健康;url=/LifeStage/Default.asp;");
aI("text=怀孕与婴儿成长期;url=/LifeStage/Pregnancy.asp;");
aI("text=幼童;url=/LifeStage/Children.asp;");
aI("text=学龄儿童;url=/LifeStage/YoungAdults.asp;");
aI("text=青少年;url=/LifeStage/MiddleAge.asp;");
aI("text=成年人;url=/LifeStage/Seniors.asp;");
}

////////////////////////////////////////////////////////////

with(milonic=new menuname("Professionals")){
style=menuStyle2;
top="offset=-2";
left="offset=-2";
if (ns7) {
menuwidth=148;
itemwidth=148;
} else if (ns61) {
menuwidth=150;
itemwidth=150;
} else {
menuwidth=149;
itemwidth=149;
}
aI("text=加拿大海洋营养公司简介;url=/Professionals/Default.asp;");
aI("text=产品简介;showmenu=PProd;url=/Professionals/SupplementProduct.asp;");
}

////////////////////////////////////////////////////////////




