
// Translate your slogan here. Just replace the text between " " with the version for your language.

slogan="Πρώτοι στο πλευρό σας"

// end slogan.

var topMenu = new Array();

// Here is the definition of the top menu bar.
// You need to edit the part between ( ) like this:
// First pair of "" will be the buton label and the second sets the corresponding html file. 
// You MUST follow the site structure rule. So the second part must have this syntax:
// ../foldername/pagename.htm

topMenu[0] = new Array ("Εταιρία", "../about/page1.htm");
topMenu[1] = new Array ("Υπηρεσίες", "../products/index0.htm");
topMenu[2] = new Array ("Δίκτυο Αντιπροσώπων", "../net/index.htm");
topMenu[3] = new Array ("Νέα", "../news/index.asp");
topMenu[4] = new Array ("Νέες Υπηρεσίες", "../new_facil/index.htm");
topMenu[5] = new Array ("Χρήσιμες Πληροφορίες", "../usefull/index.htm");
topMenu[6] = new Array ("Επικοινωνία", "../contact/mail.asp");

//topMenu[n] = new Array ("Label", "../folder/pagename.htm");
//add more lines following the syntax above
//

// end top menu.

//row distribution
//use the variables below to distribute the top menu items on two rows.
//the numbers represent how many items are on each row.
//make sure the total number is equal with the number of items defined above.

firstRow = 5
secondRow = 2

//end row distribution.




