with(dtps=new menuname("Main Menu")){ itemwidth = 120 style = menuStyle alwaysvisible = 1 orientation = "horizontal" position = "relative" aI("text=Κεντρική σελίδα;url=index.php;showmenu=startpagemenu;"); aI("text=Υπηρεσίες;url=index.php?page=services;showmenu=services;"); aI("text=Προπτυχιακά;url=index.php?page=classes&sub=classes_periods;showmenu=pregraduates;"); aI("text=Πληροφορίες;url=index.php?page=info;showmenu=info;"); aI("text=Σύνδεσμοι;url=index.php?page=links;showmenu=links;"); aI("text=Αρχεία;url=index.php?page=downloads;showmenu=downloads;"); } drawMenus();