
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-1            // Sub menu left offset



with(menuStyle=new mm_style()){
oncolor="#121661";
offcolor="#121661";
borderwidth=0;
separatorcolor="transparent";
separatorsize="0";
separatorwidth="0";
padding=0;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
itemwidth="86px";
bgimage='menu/bg.gif';
align="center";
}

with(milonic=new menuname("language")){
style=menuStyle;
top="offset=19";
screenposition="center";
left="offset=347";
menualign="center"

aI("text=<img src='images/language/cn.gif' border=0 />;url=http://www.astlanguage.cn/;");
aI("text=<img src='images/language/ger.gif' border=0 />;url=changelanguage.asp?lang=ger;");
aI("text=<img src='images/language/gr.gif' border=0 />;url=changelanguage.asp?lang=gr;");
aI("text=<img src='images/language/jp.gif' border=0 />;url=changelanguage.asp?lang=jp;");
}

drawMenus();


