with(milonic=new menuname("menu")){
style=menuStyle;
top=0;
left=0;
alwaysvisible=1;
orientation="horizontal";
overfilter="";
position="relative";
aI("text=Welkom;url=index.html;target=_parent");
aI("text=Muziek;url=muziek.html;target=_parent");
aI("text=Beeld;url=beeld.html;target=_parent");
aI("text=Nieuws;url=nieuws.html;target=_parent");
aI("text=Contact;url=contact.html;target=_parent");
aI("text=Links;url=links.html;target=_parent");
}
drawMenus();		


