//Menu object creation oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname oCMenu.frames = 0 //Menu properties oCMenu.pxBetween=0 oCMenu.fromLeft=1 oCMenu.fromTop=275 oCMenu.rows=0 oCMenu.menuPlacement=0 oCMenu.offlineRoot="" oCMenu.onlineRoot="" oCMenu.resizeCheck=1 oCMenu.wait=1000 oCMenu.fillImg="/pictures/standard/clear.gif" oCMenu.zIndex=10 //Background bar properties oCMenu.useBar=0 oCMenu.barWidth="100%" oCMenu.barHeight="menu" oCMenu.barClass="clBar" oCMenu.barX=0 oCMenu.barY=0 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=122 oCMenu.level[0].height=23 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=-10 oCMenu.level[0].offsetY=5 oCMenu.level[0].rows=0 oCMenu.level[0].arrow=0 oCMenu.level[0].arrowWidth=4 oCMenu.level[0].arrowHeight=18 oCMenu.level[0].align="right" oCMenu.level[0].arrow="" //EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify 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=130 oCMenu.level[1].height=18 oCMenu.level[1].regClass="clLevel1" oCMenu.level[1].overClass="clLevel1over" oCMenu.level[1].borderX=1 oCMenu.level[1].borderY=0 oCMenu.level[1].align="right" oCMenu.level[1].offsetX=5 oCMenu.level[1].offsetY=0 oCMenu.level[1].borderClass="clLevel1border" oCMenu.level[1].arrow="/pictures/standard/arrow.gif" oCMenu.level[1].arrowWidth=4 oCMenu.level[1].arrowHeight=18 //EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number) oCMenu.level[2].regClass="clLevel1" oCMenu.level[2].overClass="clLevel1over" oCMenu.level[2].borderClass="clLevel1border" /****************************************** 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','','Vessels','content.asp?ID=1&page=text','_self') oCMenu.makeMenu('sub0','top0','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('sub1','top0','Hull anodes','content.asp?ID=18&page=text','_self') oCMenu.makeMenu('subsub0','sub1','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('subsub1','sub1','Aluminium','content.asp?ID=48&page=text','_self') oCMenu.makeMenu('subsub2','sub1','Zinc','content.asp?ID=49&page=text','_self') oCMenu.makeMenu('subsub3','sub1','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('sub2','top0','Tank anodes','content.asp?ID=19&page=text','_self') oCMenu.makeMenu('subsub4','sub2','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('subsub5','sub2','Aluminum','content.asp?ID=50&page=text','_self') oCMenu.makeMenu('subsub6','sub2','Zinc','content.asp?ID=51&page=text','_self') oCMenu.makeMenu('subsub7','sub2','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('sub3','top0','Shaft anodes','content.asp?ID=20&page=text','_self') oCMenu.makeMenu('sub4','top0','Iron anodes','content.asp?ID=21&page=text','_self') oCMenu.makeMenu('sub5','top0','ICCP','content.asp?ID=22&page=text','_self') oCMenu.makeMenu('sub6','top0','Shaft grounding','content.asp?ID=23&page=text','_self') oCMenu.makeMenu('sub7','top0','Antifouling','content.asp?ID=24&page=text','_self') oCMenu.makeMenu('sub8','top0','Cooling systems','content.asp?ID=25&page=text','_self') oCMenu.makeMenu('sub9','top0','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('top1','','Harbour','content.asp?ID=2&page=text','_self') oCMenu.makeMenu('sub10','top1','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('sub11','top1','Harbour anodes','content.asp?ID=26&page=text','_self') oCMenu.makeMenu('sub12','top1','Monitoring equipment','content.asp?ID=27&page=text','_self') oCMenu.makeMenu('sub13','top1','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('top2','','Offshore','content.asp?ID=3&page=text','_self') oCMenu.makeMenu('sub14','top2','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('sub15','top2','Platform anodes','content.asp?ID=28&page=text','_self') oCMenu.makeMenu('sub16','top2','Bracelets','content.asp?ID=29&page=text','_self') oCMenu.makeMenu('sub17','top2','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('top3','','Industry','content.asp?ID=4&page=text','_self') oCMenu.makeMenu('sub18','top3','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('sub19','top3','Sacrificial anodes','content.asp?ID=30&page=text','_self') oCMenu.makeMenu('sub20','top3','ICCP','content.asp?ID=31&page=text','_self') oCMenu.makeMenu('sub21','top3','Shaft grounding','content.asp?ID=32&page=text','_self') oCMenu.makeMenu('sub22','top3','Monitoring equipment','content.asp?ID=33&page=text','_self') oCMenu.makeMenu('sub23','top3','Pin bracing equipment','content.asp?ID=34&page=text','_self') oCMenu.makeMenu('sub24','top3','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('top4','','Quality Certificate','content.asp?ID=40&page=text','_self') oCMenu.makeMenu('sub25','top4','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('sub26','top4','Det Norske Veritas','content.asp?ID=44&page=text','_self') oCMenu.makeMenu('sub27','top4','Achilles','content.asp?ID=45&page=text','_self') oCMenu.makeMenu('sub28','top4','Bureau Veritas','content.asp?ID=46&page=text','_self') oCMenu.makeMenu('sub29','top4','Germanischer Lloyd','content.asp?ID=47&page=text','_self') oCMenu.makeMenu('sub30','top4','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('top5','','Reach','content.asp?ID=41&page=text','_self') oCMenu.makeMenu('sub31','top5','','','','',1,'/pictures/standard/clear.gif') oCMenu.makeMenu('sub32','top5','Dansk','content.asp?ID=43&page=text','_self') oCMenu.makeMenu('sub33','top5','','','','',1,'/pictures/standard/clear.gif') oCMenu.construct()