function createjsDOMenu() 
{
  menuBar = new jsDOMenuBar();
  with (menuBar) {
    addMenuBarItem(new menuBarItem("Η.Κ.Ε.","","","","atp.html"));	
    addMenuBarItem(new menuBarItem("ΥΠΗΡΕΣΙΕΣ","","","","services.html"));	
    addMenuBarItem(new menuBarItem("ΥΠΟΣΤΗΡΙΞΗ","","","","support.html"));	
    addMenuBarItem(new menuBarItem("ΕΠΙΚΟΙΝΩΝΙΑ","","","","contact.html"));	
    addMenuBarItem(new menuBarItem("ΝΕΑ/ΑΝΑΚΟΙΝΩΣΕΙΣ","","","","news.html"));	
    addMenuBarItem(new menuBarItem("WEBMAIL   ","","","","webmail.html"));	
    addMenuBarItem(new menuBarItem("ΣΥΝΔΕΣΜΟΙ","","","","links.html"));	
  }
  menuBar.moveTo(140, 130);
}