
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*/
/*Arts Verhuizingen - webmaster info@dynawork.nl*/

with(itemStyle=new fxstyle()){
width=10;
height=30;
color="#000000";
coloron="#ffffff";
bgcolor="#ffffc6";
bgcoloron="#0058c0";
fontsize="8pt";
fontfamily="Arial";
paddingtop=8;
paddingleft=3;
fontweight="bold";
}

with(menuStyle=new fxmenustyle()){
menubgcolor="#1c113b";
highlightpath=true;
wiseposition=true;
separatorsize=1;
separatorcolor="#000000";
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;

				// Leeg veld //
fx("type=header;image=./images_2006/arts_kop1.gif;width=125;paddingtop=2;bgcolor=#0058c0");

				// Home //
fx("url=./index.htm;text=HOME;align=center;width=57;");

				// Verhuizingen //
fx("url=./verhuizingen.htm;text=Verhuizingen;align=center;width=96;");

				// Verpakkingen //
fx("url=./verpakkingen.htm;;text=Verpakkingen;align=center;width=100;");

				// Speciaal vervoer //
fx("url=./speciaal-vervoer.htm;;text=Speciaal vervoer;align=center;width=118;");

				// Meubelopslag //
fx("url=./meubelopslag.htm;text=Meubelopslag;align=center;width=106;");
	
				// Offerteaanvraag //
fx("url=./offerte-verhuizing.htm;text=Offerte aanvraag;align=center;width=118;");

				// e-mail//
fx("url=mailto:info@artsverhuizingen.nl;text=E-mail;align=center;width=58;");

}				

buildMenus();

