//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=87','_self',184) oCMenu.makeMenu('sub01','top0','Χάρτης της Περιφέρειας','contents.asp?category=23','_self',184) oCMenu.makeMenu('top1','','Διοικητική Δομή','contents.asp?category=3','_self','','') oCMenu.makeMenu('sub10','top1','Γενικός Γραμματέας','contents.asp?category=24','_self',150) oCMenu.makeMenu('sub11','top1','Βασική Νομοθεσία','nomothesia.asp?category=26','_self',150) oCMenu.makeMenu('top2','','Νομαρχιακές Aυτοδιοικήσεις','contents.asp?category=4','_self','','30') oCMenu.makeMenu('sub20','top2','Ζακύνθου','contents.asp?category=31','_self',160) oCMenu.makeMenu('sub21','top2','Κέρκυρας','contents.asp?category=34','_self',160) oCMenu.makeMenu('sub22','top2','Κεφαλληνίας & Ιθάκης','contents.asp?category=37','_self',160) oCMenu.makeMenu('sub23','top2','Λευκάδας','contents.asp?category=40','_self',160) oCMenu.makeMenu('top3','','Δήμοι - Kοινότητες','contents.asp?category=5','_self','','') oCMenu.makeMenu('sub30','top3','Ζακύνθου','contents.asp?category=32','_self',160) oCMenu.makeMenu('sub31','top3','Κέρκυρας','contents.asp?category=35','_self',160) oCMenu.makeMenu('sub32','top3','Κεφαλληνίας & Ιθάκης','contents.asp?category=38','_self',160) oCMenu.makeMenu('sub33','top3','Λευκάδας','contents.asp?category=41','_self',160) oCMenu.makeMenu('top4','','Bουλευτές','contents.asp?category=6','_self','','') oCMenu.makeMenu('sub40','top4','Ζακύνθου','contents.asp?category=33','_self',160) oCMenu.makeMenu('sub41','top4','Κέρκυρας','contents.asp?category=36','_self',160) oCMenu.makeMenu('sub42','top4','Κεφαλληνίας & Ιθάκης','contents.asp?category=39','_self',160) oCMenu.makeMenu('sub43','top4','Λευκάδας','contents.asp?category=42','_self',160) oCMenu.makeMenu('top5','','Oδηγός του Πολίτη','contents.asp?category=7','_self','','') oCMenu.makeMenu('sub50','top5','ΚΕΠ','contents.asp?category=30','_self',150) oCMenu.makeMenu('top6','','Υποδομές - Φορείς','contents.asp?category=9','_self','','') oCMenu.makeMenu('sub60','top6','Ιόνιο Πανεπιστήμιο','contents.asp?category=83','_self',150) oCMenu.makeMenu('sub61','top6','ΤΕΙ Ιονίων Νήσων','contents.asp?category=84','_self',150) oCMenu.makeMenu('sub62','top6','Επιμελητήρια','contents.asp?category=85','_self',150) oCMenu.makeMenu('sub63','top6','E.T.I.N. A.E.','contents.asp?category=86','_self',150) oCMenu.makeMenu('top7','','Έργα - Δραστηριότητες','contents.asp?category=12','_self','','') oCMenu.makeMenu('top8','','Προγράμματα ενίσχυσης','contents.asp?category=13','_self','','') oCMenu.makeMenu('top9','','Ανακοινώσεις','contents.asp?category=14','_self','','') oCMenu.makeMenu('top10','','Προκηρύξεις','contents.asp?category=91','_self','','') oCMenu.makeMenu('sub100','top10','Προκηρύξεις που έχουν λήξει','contents.asp?category=92','_self',216) oCMenu.makeMenu('sub101','top10','Τρέχουσες Προκηρύξεις','contents.asp?category=93','_self',216) oCMenu.makeMenu('top11','','Newsletter','contents.asp?category=17','_self','','') oCMenu.makeMenu('top12','','Ιόνια Νησιά - Εκδηλώσεις 2007','contents.asp?category=95','_self','','30') oCMenu.construct()