ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.

emptyimage="images/transparent.gif";// Transparent image in gif format.
showdelay=100;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=800;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=140;
height=20;
color="#FFFFFF";
coloron="#FFFFFF";
bgcolor="#4E469C";
bgcoloron="#252659";
fontsize="8pt";
fontfamily="Verdana,Arial";
paddingtop=1;
paddingleft=3;
arrow="images/arrowblack.gif";
arrowon="images/arrowwhite.gif";
arrowright=20;
arrowtop=1;
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=90)";
menubgcolor="#E8E8FF";
menuborderwidth=1;
menubordercolor="#252659";
separatorsize=1;
separatorcolor="#3366CC";
highlightpath=true;
wiseposition=true;
}


/*Start Menu Declarations*/

with(new fxmenu("HuvudMeny")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="absolute";
top=130;
left=10;
orientation="vertical";
fx("width=180;text=Om Skolan;url=about.html");
fx("width=180;text=Skolans Klasser;show=Classes");
fx("width=180;text=Kalendarium 09/10;url=calendar0910.html");
fx("width=180;text=Årets Arbetsplan;url=plan.html");
fx("width=180;text=På gång;url=pagang.html");
fx("width=180;text=Rektorsbrev;url=rektorsbrev.html");
fx("width=180;text=Fotogalleri;url=fotogalleri.html");
fx("width=180;text=Avgifter och Anmälning;url=fees.html");
fx("width=180;text=Extra Språkundervisning;url=complement_swedish.html");
fx("width=180;text=Egna Erfarenheter;url=experiences.html");
fx("width=180;text=Skolenkät;url=survey.html");
fx("width=180;text=Kontakt Info Skolan;url=schoolinfo.html");
fx("width=180;text=Kontakt Info Styrelsen;url=boardinfo.html");
fx("width=180;text=Adresser och länkar;url=addresses.html");
fx("width=180;text=Matsedel;url=matsedelvt.html");
fx("width=180;text=Vid sjukdom;url=sjukdom.html");
fx("width=180;text=Skolans historia;url=historia.html");
fx("width=180;text=Biblioteket;url=biblioteket.html");
fx("width=180;text=Torget;url=torget.html");
}

with(new fxmenu("Classes")){
style=itemStyle;
menustyle=menuStyle;
width=190;
fx("width=180;text=Förskolan 2-5 år;url=class-01.html;");
fx("width=180;text=Förskoleklass;url=class-f.html;");
fx("width=180;text=Skolan 7-9 år;url=class-02.html;");
fx("width=180;text=Skolan 10-12 år;url=class-03.html;");
fx("width=180;text=Distansundervisning;url=class-04.html;"); 
fx("width=180;text=Fritidsverksamhet;url=fritids.html;"); 
}


buildMenus();