// JavaScript Document
with(milonic=new menuname("Top Menu")){
alwaysvisible=1;
left=10;
margin=5;
orientation="horizontal";
position="relative";
style=topmenu;
top=11;
aI("text=HOME;url=index.htm");
aI("text=PROFILE;url=profile.html");
aI("text=FILMOGRAPHY;url=film.htm");
aI("text=GALLERY;url=gallery.html");
aI("text=MOVIE TRAILERS;url=movie.htm");
aI("text=GUESTBOOK;url=guestbook.php");
aI("text=CONTACT;url=contact.php");
}
drawMenus();