//Menu object creation oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname //Menu properties oCMenu.pxBetween=5 oCMenu.fromLeft=0 oCMenu.fromTop=153 oCMenu.rows=0 oCMenu.menuPlacement=0 oCMenu.offlineRoot="/" oCMenu.onlineRoot="/" oCMenu.resizeCheck=1 oCMenu.wait=1000 oCMenu.fillImg="cm_fill.gif" oCMenu.zIndex=0 //Background bar properties oCMenu.useBar=0 oCMenu.barWidth="menu" oCMenu.barHeight="menu" oCMenu.barClass="clBar" oCMenu.barX="menu" oCMenu.barY="menu" oCMenu.barBorderX=0 oCMenu.barBorderY=0 oCMenu.barBorderClass="" //Level properties - ALL properties have to be spesified in level 0 oCMenu.level[0]=new cm_makeLevel() //Add this for each new level oCMenu.level[0].width=151 oCMenu.level[0].height=20 oCMenu.level[0].regClass="clLevel0" oCMenu.level[0].overClass="clLevel0over" oCMenu.level[0].borderX=0 oCMenu.level[0].borderY=0 oCMenu.level[0].borderClass=0 oCMenu.level[0].offsetX=0 oCMenu.level[0].offsetY=0 oCMenu.level[0].rows=0 oCMenu.level[0].align="right" //EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number) oCMenu.level[1].width=151 oCMenu.level[1].height=20 oCMenu.level[1].regClass="clLevel1" oCMenu.level[1].overClass="clLevel1over" oCMenu.level[1].style="" oCMenu.level[1].offsetX=0 oCMenu.level[1].offsetY=0 oCMenu.level[1].borderClass="clLevel1border" oCMenu.level[1].borderX=1 oCMenu.level[1].borderY=1 oCMenu.level[1].rows=0 oCMenu.level[1].align="right" /****************************************** Menu item creation: myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) *************************************/ oCMenu.makeMenu('top0','','Φυσιογνωμία','contents.asp?category=2','_self','','') oCMenu.makeMenu('sub00','top0','Χάρτης της Περιφέρειας','contents.asp?category=23','_self',176) oCMenu.makeMenu('sub01','top0','Γενικά Στοιχεία','contents.asp?category=141','_self',176) oCMenu.makeMenu('top1','','Γραφείο Τύπου Π. Σ. Ε.','contents.asp?category=223','_self','','') oCMenu.makeMenu('top2','','Διοικητική Δομή','contents.asp?category=3','_self','','') oCMenu.makeMenu('sub20','top2','Γενικός Γραμματέας','contents.asp?category=24','_self',248) oCMenu.makeMenu('sub21','top2','Οργανόγραμμα','contents.asp?category=25','_self',248) oCMenu.makeMenu('sub22','top2','Περιφερειακό Συμβούλιο','contents.asp?category=164','_self',248) oCMenu.makeMenu('sub23','top2','Βασική Νομοθεσία','nomothesia.asp?category=26','_self',248) oCMenu.makeMenu('sub24','top2','Περιφερειακό Ταμείο Ανάπτυξης','contents.asp?category=156','_self',248) oCMenu.makeMenu('sub25','top2','Ειδική Υπηρεσία Διαχείρισης ΠΕΠ','contents.asp?category=174','_self',248) oCMenu.makeMenu('sub26','top2','Υπηρεσίες Περιφέρειας','contents.asp?category=162','_self',248) oCMenu.makeMenu('top3','','Νομαρχιακές Aυτοδιοικήσεις','contents.asp?category=4','_self','','30') oCMenu.makeMenu('sub30','top3','Βοιωτίας','contents.asp?category=31','_self',150) oCMenu.makeMenu('sub31','top3','Ευβοίας','contents.asp?category=34','_self',150) oCMenu.makeMenu('sub32','top3','Ευρυτανίας','contents.asp?category=37','_self',150) oCMenu.makeMenu('sub33','top3','Φθιώτιδος','contents.asp?category=40','_self',150) oCMenu.makeMenu('sub34','top3','Φωκίδος','contents.asp?category=43','_self',150) oCMenu.makeMenu('top4','','Δήμοι - Kοινότητες','contents.asp?category=5','_self','','') oCMenu.makeMenu('sub40','top4','Βοιωτίας','contents.asp?category=32','_self',150) oCMenu.makeMenu('sub41','top4','Ευβοίας','contents.asp?category=35','_self',150) oCMenu.makeMenu('sub42','top4','Ευρυτανίας','contents.asp?category=38','_self',150) oCMenu.makeMenu('sub43','top4','Φθιώτιδος','contents.asp?category=41','_self',150) oCMenu.makeMenu('sub44','top4','Φωκίδος','contents.asp?category=44','_self',150) oCMenu.makeMenu('top5','','Bουλευτές','contents.asp?category=6','_self','','') oCMenu.makeMenu('sub50','top5','Βοιωτίας','contents.asp?category=33','_self',150) oCMenu.makeMenu('sub51','top5','Ευβοίας','contents.asp?category=36','_self',150) oCMenu.makeMenu('sub52','top5','Ευρυτανίας','contents.asp?category=39','_self',150) oCMenu.makeMenu('sub53','top5','Φθιώτιδος','contents.asp?category=42','_self',150) oCMenu.makeMenu('sub54','top5','Φωκίδος','contents.asp?category=45','_self',150) oCMenu.makeMenu('top6','','Oδηγός του Πολίτη','contents.asp?category=7','_self','','') oCMenu.makeMenu('sub60','top6','Ειδικές Επιτροπές Ελέγχου Εφαρμογής Νομοθεσίας','contents.asp?category=196','_self',368) oCMenu.makeMenu('sub61','top6','ΚΕΠ','contents.asp?category=30','_self',368) oCMenu.makeMenu('top7','','Πολιτική Προστασία','contents.asp?category=10','_self','','') oCMenu.makeMenu('top8','','Περιβάλλον','contents.asp?category=11','_self','','') oCMenu.makeMenu('sub80','top8','Ε. Κ. Π. ΑΤΑΛΑΝΤΟΝΗΣΟΥ','contents.asp?category=192','_self',184) oCMenu.makeMenu('top9','','Μέσα Μαζικής Ενημέρωσης Περιφέρειας','contents.asp?category=168','_self','','30') oCMenu.makeMenu('sub90','top9','Νομός Βοιωτίας','contents.asp?category=171','_self',150) oCMenu.makeMenu('sub91','top9','Νομός Εύβοιας','contents.asp?category=169','_self',150) oCMenu.makeMenu('sub92','top9','Νομός Ευρυτανίας','contents.asp?category=170','_self',150) oCMenu.makeMenu('sub93','top9','Νομός Φθιώτιδας','contents.asp?category=172','_self',150) oCMenu.makeMenu('sub94','top9','Νομός Φωκίδας','contents.asp?category=173','_self',150) oCMenu.makeMenu('top10','','Ανακοινώσεις','contents.asp?category=14','_self','','') oCMenu.makeMenu('top11','','Ο Καιρός στην Στερεά Ελλάδα','contents.asp?category=175','_self','','30') oCMenu.makeMenu('sub110','top11','Νομός Βοιωτίας','contents.asp?category=176','_self',150) oCMenu.makeMenu('sub111','top11','Νομός Εύβοιας','contents.asp?category=177','_self',150) oCMenu.makeMenu('sub112','top11','Νομός Ευρυτανίας','contents.asp?category=178','_self',150) oCMenu.makeMenu('sub113','top11','Νομός Φθιώτιδας','contents.asp?category=179','_self',150) oCMenu.makeMenu('sub114','top11','Νομός Φωκίδας','contents.asp?category=180','_self',150) oCMenu.makeMenu('top12','','Προγράμματα ενίσχυσης','contents.asp?category=13','_self','','') oCMenu.makeMenu('sub120','top12','Επιχειρησιακό Πρόγραμμα Πολιτεία 2008-2010','contents.asp?category=228','_self',640) oCMenu.makeMenu('sub121','top12','Επιχειρησιακό Πρόγραμμα Πολιτεία 2005-2007','contents.asp?category=194','_self',640) oCMenu.makeMenu('sub122','top12','Εκπ/ση και κατάρτιση του ανθρώπινου δυναμικού της Π.Σ.Ε. στην ποιότητα υπηρεσιών','contents.asp?category=195','_self',640) oCMenu.makeMenu('top13','','Εφημερίδα Υπηρεσίας','contents.asp?category=200','_self','','') oCMenu.makeMenu('sub130','top13','Δ/νση Διοίκησης','contents.asp?category=231','_self',272) oCMenu.makeMenu('sub131','top13','Δ/νση Περιβάλλοντος και Χωροταξίας','contents.asp?category=232','_self',272) oCMenu.makeMenu('top14','','Ευρωπαϊκά Προγράμματα ','contents.asp?category=229','_self','','') oCMenu.makeMenu('sub140','top14','Ευρωπαϊκό πρόγραμμα \'\'Promoting Innovation and the Knowledge Economy ','contents.asp?category=230','_self',552) oCMenu.makeMenu('top15','','Newsletter','contents.asp?category=17','_self','','') oCMenu.construct()