ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.

emptyimage="menu/transparent.gif";// Transparent image in gif format.
showdelay=200;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=200;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=140;
height=20;
color="#000000";
coloron="#5588aa";
bgcolor="#ffffff";
bgcoloron="#eeeeee";
fontsize="12px";
fontfamily="Tahoma";
paddingtop=4;
paddingleft=5;
arrow="menu/arrowblack.gif";
arrowon="menu/arrowwhite.gif";
arrowright=20;
arrowtop=1;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=90)";
menubgcolor="#FFFFFF";
menuborderwidth=1;
menubordercolor="#CCCCCC";
separatorsize=1;
separatorcolor="#CCCCCC";
highlightpath=true;
wiseposition=true;
}


/*Start Menu Declarations*/

with(new fxmenu("MainMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="absolute";
top=0;
left=0;
orientation="vertical";
fx("text=寮華首頁;url=index2.html;width=128;");
fx("text=相簿;url=pictures.html;width=128;");
fx("text=影音分享;url=multimedia.html;width=128;");
fx("text=食譜;url=recipes.html;width=128;");
fx("text=笑話;url=jokes.html;width=128;");
fx("text=聯絡我們;url=contact.html;width=128;");
fx("text=;width=128;");
fx("text=<u><b>Links:</b></u>;width=128;");
fx("text=寮國百細;target=_blank;url=http://paksecity.org/;width=128;");
fx("text=寮都校友網;target=_blank;url=http://www.lieutou.com/;width=128;");
fx("text=寮都世界校友會;target=_blank;url=http://www.lieutou.cc/;width=128;");
fx("text=寮都校友網站;target=_blank;url=http://www.lieutou.net/;width=128;");
fx("text=泰國寮都校友會;target=_blank;url=http://www.www.lieutou.org/;width=128;");
fx("text=寮都太陽神網;target=_blank;url=http://users.tpg.com.au/adsl63vm/;width=128;");
fx("text=加拿大寮都校友會;target=_blank;url=http://hi.baidu.com/canadalieutoualumni/;width=128;");
fx("text=旅法崇德校友網;target=_blank;url=http://www.chungteck.com/;width=128;");
fx("text=旅澳素旺崇德校友會;target=_blank;url=http://www.chungteck.net/;width=128;");
fx("text=百華校友聯誼會;target=_blank;url=http://baihuacanada.multiply.com/paksechinesesociety/11.msnw/;width=128;");
fx("text=加西寮華聯誼會;target=_blank;url=http://www.bclaochinese.org/;width=128;");
fx("text=百細之音;target=_blank;url=http://paksegroups.multiply.com/;width=128;");
}

buildMenus();