
ordernumber="8622888";

emptyimage="../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*/
/*Opbouw van het het bovenste menu*/
/*Hairstyling van Staveren - webmaster info@dynawork.nl*/

with(itemStyle=new fxstyle()){
width=10;
height=20;
color="#ffffff";
coloron="#000000";
bgcolor="#003366";
bgcoloron="#ffa910";
fontsize="8pt";
fontfamily="Arial";
paddingtop=2;
paddingleft=4;
fontweight="bold";
}

with(menuStyle=new fxmenustyle()){
menubgcolor="#f3f5cb";
highlightpath=true;
wiseposition=true;
separatorsize=4;
separatorcolor="#f3f5cb";
menualign="center";
menuborderwidth=0;
menubordercolor="#000000";
}

/*Start Menu Declarations*/

with(new fxmenu("TopMenu")){
style=itemStyle;
menustyle=menuStyle;
visible=true;
position="relative";
orientation="horizontal";
width=100;


				// Startpagina //
fx("url=./index_happy_hour.html;text=HOME;align=center;width=117;borderwidth=1;bordercolor=#000000;");

				// Openingstijden //
fx("url=./opening.htm;text=OPENINGSTIJDEN;align=center;width=117;borderwidth=1;bordercolor=#000000;");

				// Vrouwen //
fx("url=./vrouwen.htm;text=VROUWEN;align=center;width=117;borderwidth=1;bordercolor=#000000;");

				// Mannen //
fx("url=./mannen.htm;text=MANNEN;align=center;width=116;borderwidth=1;bordercolor=#000000;");

				// Kinderen //
fx("url=./kinderen.htm;text=KINDEREN;align=center;width=117;borderwidth=1;bordercolor=#000000;");

				// Tips //
fx("url=./kleur.htm;text=HAARTIPS;align=center;width=116;borderwidth=1;bordercolor=#000000;");
}


				
buildMenus();

