oM=new makeCM("oM");
oM.resizeCheck=1;
oM.rows=1;
oM.onlineRoot="";
oM.pxBetween =0;

oM.offlineRoot="" 
oM.onlineRoot="" 

oM.fillImg="cm_fill.gif";
oM.fromTop=63;
oM.fromLeft=150;
oM.wait=300;
oM.zIndex=400;
oM.useBar=0;
oM.barWidth="100%";
oM.barHeight="menu";
oM.barX=0;
oM.barY="menu";
oM.barClass="clBar";
oM.barBorderX=0;
oM.barBorderY=0;

//Level properties - ALL properties have to be spesified in level 0
oM.level[0]=new cm_makeLevel() //Add this for each new level
oM.level[0].width=90
oM.level[0].height=21 
oM.level[0].regClass="clT"
oM.level[0].overClass="clTover"
oM.level[0].borderX=1
oM.level[0].borderY=1
oM.level[0].borderClass="clB"
oM.level[0].offsetX=0
oM.level[0].offsetY=0
oM.level[0].rows=0
oM.level[0].arrow=0
oM.level[0].arrowWidth=0
oM.level[0].arrowHeight=0
oM.level[0].align="right"


//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
oM.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oM.level[1].width=140
oM.level[1].height=18
oM.level[1].regClass="clS"
oM.level[1].overClass="clSover"
oM.level[1].borderClass="clB"
oM.level[1].borderX=1
oM.level[1].borderY=1
oM.level[1].rows=0
oM.level[1].arrow="menu_arrow.gif"
oM.level[1].arrowWidth=10
oM.level[1].arrowHeight=10
oM.level[1].align="right" 
oM.level[1].offsetX=0
oM.level[1].offsetY=0


//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
oM.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oM.level[2].width=110
oM.level[2].height=20
oM.level[2].offsetX=0
oM.level[2].offsetY=0
oM.level[2].regClass="clS"
oM.level[2].overClass="clSover"
oM.level[2].borderClass="clB"

//name,parent,txt,lnk,targ,w,h,img1,img2,cl,cl2,align,rows,nolink,onclick,onmouseover,onmouseout
oM.makeMenu('m1','','<CENTER>Modules Help:</CENTER>','');
oM.makeMenu('m2','m1','Attribute Master','../attrmaster/index.html');
oM.makeMenu('m3','m1','Category Master','../catsmaster/index.html');
oM.makeMenu('m4','m1','Contact Form Pro','../contactform/index.html');
oM.makeMenu('m5','m1','Continue Shopping Pro','../contshop/index.html','','','','','','');
oM.makeMenu('m6','m1','External File Pro','../extfile/index.html');
oM.makeMenu('m7','m1','Extra Template Manager Pro','../templatextra/index.html','','','32','','','');
oM.makeMenu('m8','m1','HTML Customer Order Confirmation Email','../htmlcusteml/index.html','','','32','','','');
oM.makeMenu('m9','m1','HTML Merchant Email Notification','../htmlmeremail/index.html','','','32','','','');
oM.makeMenu('m10','m1','Image Extra','../imagextra/index.html');
oM.makeMenu('m11','m1','META Master','../metamaster/index.html');
oM.makeMenu('m12','m1','My Favorites QuickList','../myfavorites/index.html');
oM.makeMenu('m13','m1','Product Flags Pro','../prodflags/index.html','','','','','','');
oM.makeMenu('m14','m1','Tell a Friend','../tellafriend/index.html');
oM.makeMenu('m15','m1','Ultimate Category Tree Plus','../ultcattreeplus/index.html','','','32','','','');
var avail="190+((cmpage.x2-235)/7)";
oM.menuPlacement=0
oM.construct()