
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=Escola Suéca;url=aboutportugues.html");

fx("width=180;text=Classe da Escola Suéca;show=Classes");

fx("width=180;text=Curso de Sueco;url=complement_swedishportugues.html");

fx("width=180;text=Calendário 10/11;url=calendarPT1011.html");

fx("width=180;text=Propinas e Inscrição;url=feesportugues.html");

fx("width=180;text=Contacto;url=schoolinfoportugues.html");

fx("width=180;text=Contacto Conselho;url=boardinfoportugues.html");

fx("width=180;text=Link;url=addressesportugues.html");

fx("width=180;text=Ementa;url=matsedelht.html");

}



with(new fxmenu("Classes")){

style=itemStyle;

menustyle=menuStyle;

width=190;

fx("width=180;text=Escola pré-primária;url=class-01portugues.html;");

fx("width=180;text=Escola dos 7 aos 9 anos;url=class-02portugues.html;");

fx("width=180;text=Escola dos 10-12 anos;url=class-03portugues.html;");

fx("width=180;text=Ensino secundário;url=class-04portugues.html;"); 

fx("width=180;text=Tempos livres;url=fritidsportuguese.html;"); 

}





buildMenus();