
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=About school;url=aboutenglish.html");

fx("width=180;text=Classes;show=Classes");

fx("width=180;text=Calender 10/11;url=calendarEN1011.html");

fx("width=180;text=Swedish classes;url=complement_swedishenglish.html");

fx("width=180;text=Contact us;url=schoolinfoenglish.html");

fx("width=180;text=Contact School-board;url=boardinfoenglish.html");

fx("width=180;text=Links;url=addressesenglish.html");

fx("width=180;text=Lunch Menu;url=matsedelvtenglish.html");

}



with(new fxmenu("Classes")){

style=itemStyle;

menustyle=menuStyle;

width=190;

fx("width=180;text=Pre-school 2-6 years;url=class-01english.html;");

fx("width=180;text=School 7-9 years;url=class-02english.html;");

fx("width=180;text=School 10-12 years;url=class-03english.html;");

fx("width=180;text=School 13-16 years;url=class-04english.html;"); 

fx("width=180;text=After school activities;url=fritidsenglish.html;"); 

}





buildMenus();