//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties
oCMenu.pxBetween=2
oCMenu.fromLeft=188
oCMenu.fromTop=77
oCMenu.rows=1
oCMenu.menuPlacement="top"

oCMenu.offlineRoot="file://Origin/Origin_G/GWFS_web_new/prod/"
//oCMenu.offlineRoot="g:/Registries/"
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg="white_sp.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=6
oCMenu.barWidth="140"
oCMenu.barHeight="50"
oCMenu.barX=1
oCMenu.barY=1
oCMenu.barBorderX=1
oCMenu.barBorderY=1
oCMenu.barBorderClass=""
oCMenu.barcolor="black" //The color of the background bar - Value: "color"
oCMenu.barinheritborder=1 //Set this to 1 if you want the bar to have the same border as the top menus - Value: 0 || 1


//Level properties - ALL properties have to be specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=83
oCMenu.level[0].height=25
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=1
oCMenu.level[0].offsetY=1
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=5
oCMenu.level[0].arrowHeight=5
oCMenu.level[0].align="bottom"
oCMenu.level[0].valign="center"

//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=oCMenu.level[0].width-2
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=1   //-(oCMenu.level[0].width)/2+45
oCMenu.level[1].offsetY=1
oCMenu.level[1].borderClass="clLevel1border"


//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].width=80
oCMenu.level[2].height=22
oCMenu.level[2].offsetX=1
oCMenu.level[2].offsetY=1
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"


/******************************************
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('top1','','About Us','http://www.giftsdirectives.com/index.html','',80,0)
  oCMenu.makeMenu('sub00','top1','Corporate Profile','','',110,0)
   	oCMenu.makeMenu('sub0001','sub00',' Overview','http://www.giftsdirectives.com/corp.html','',112,0)
   	oCMenu.makeMenu('sub0002','sub00',' Products/Services','http://www.giftsdirectives.com/CPproducts.htm','',112,0)
   	//oCMenu.makeMenu('sub0003','sub00',' Nidus E-Registry','http://www.nidus.ca','_blank',112,0)
    oCMenu.makeMenu('sub0004','sub00',' Commit to Quality','http://www.giftsdirectives.com/Quality.htm','',112,0)
  oCMenu.makeMenu('sub01','top1','Mission / Vision','http://www.giftsdirectives.com/values.htm','',110,0)
  oCMenu.makeMenu('sub02','top1','Leadership Team','','',110,0)
	   oCMenu.makeMenu('sub0021','sub02',' Management','http://www.giftsdirectives.com/Profile.htm','',100,0)
	   oCMenu.makeMenu('sub0022','sub02',' Directors','http://www.giftsdirectives.com/Profile_d.htm','',100,0)
  oCMenu.makeMenu('sub03','top1','Testimonials','http://www.giftsdirectives.com/testimo.htm','',110,0)
  oCMenu.makeMenu('sub04','top1','Privacy','http://www.giftsdirectives.com/privacy.htm','',110,0)
  oCMenu.makeMenu('sub05','top1','Contact Us','http://www.giftsdirectives.com/contacts.htm','',110,0)

oCMenu.makeMenu('top2','','Solutions','',80,0)
	oCMenu.makeMenu('sub10','top2','Descriptions','','',81,0)
          oCMenu.makeMenu('sub010','sub10',' ADR','http://www.giftsdirectives.com/adr.htm','',60,0)
    	    oCMenu.makeMenu('sub011','sub10',' ERR','http://www.giftsdirectives.com/er.htm','',60,0)
    	    oCMenu.makeMenu('sub012','sub10',' ODR','http://www.giftsdirectives.com/odr.htm','',60,0)
          oCMenu.makeMenu('sub013','sub10',' DNR','http://www.giftsdirectives.com/DNR.htm','',60,0)
      //    oCMenu.makeMenu('sub014','sub10',' CR','','',60,0)
          oCMenu.makeMenu('sub015','sub10',' RAR','http://www.giftsdirectives.com/RADevSite/login.htm','',60,0)
  oCMenu.makeMenu('sub11','top2','Brochure','http://www.giftsdirectives.com/Articles_pps/Giftsbooklet.pdf','_blank',81,0)
  
oCMenu.makeMenu('top3','','Support','',100,0)
	oCMenu.makeMenu('sub20','top3','GIFTS support','http://www.giftsdirectives.com/Support.cgi?form=1','',85,0)
  oCMenu.makeMenu('sub21','top3','Links','http://www.giftsdirectives.com/links.htm','',85,0)
	  
oCMenu.makeMenu('top4','','News','',80,0)
	oCMenu.makeMenu('sub30','top4','Press Releases','http://www.giftsdirectives.com/pressr.htm','',95,0)
	oCMenu.makeMenu('sub31','top4','Articles','http://www.giftsdirectives.com/articles.htm','',95,0)

oCMenu.makeMenu('top5','','Presentations','',80,0)
	oCMenu.makeMenu('sub50','top5','ADR (pps)','http://www.giftsdirectives.com//Articles_pps/AD-GIFTS-GEN.pps','_blank',81,0)
	oCMenu.makeMenu('sub51','top5','ERR (pps)','http://www.giftsdirectives.com//Articles_pps/ER-GIFTS-GEN.pps','_blank',81,0)

oCMenu.makeMenu('top6','','Investors','http://www.giftsdirectives.com/Investors.cgi',80,0)
	oCMenu.makeMenu('sub60','top6','Investor Login','http://www.giftsdirectives.com/Investors.cgi?form=1','',85,0)

oCMenu.makeMenu('top7','','R \& D','',80,0)
	oCMenu.makeMenu('sub70','top7','R \& D','http://www.giftsdirectives.com/RD.htm','',81,0)
	oCMenu.makeMenu('sub71','top7','Overview','http://www.giftsdirectives.com//Articles_pps/TechOver.PDF','_blank',81,0)
//Leave this line - it constructs the menu
oCMenu.construct()

