// JavaScript Document

/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/


oM=new makeCM("oM"); oM.resizeCheck=1; oM.rows=1;  oM.onlineRoot="/"; oM.offlineRoot="file:///Luna%20/Users/reelwild/Desktop/Infinity/infinitylimited/"; oM.pxBetween =0; 
oM.fillImg="cm_fill.gif"; oM.fromTop=75; oM.fromLeft=10; 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;
oM.level[0]=new cm_makeLevel(90,21,"clT","clTover",1,1,"clB",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(102,22,"clS","clSover",1,1,"clB",0,"right",0,0,"menu_arrow.gif",10,10);
oM.level[2]=new cm_makeLevel(110,22,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(140,22);

oM.makeMenu('m1','','ABOUT US','about_us.htm');
oM.makeMenu('m2','','SHOP','shop.htm');
oM.makeMenu('m3','','RETAILERS','retailers.htm');
oM.makeMenu('m4','','NEWS','news.htm');
oM.makeMenu('m5','','LOGIN&nbsp;   |','login.htm');
oM.makeMenu('m6','','HOME','index.htm',"",50);


var avail="190+((cmpage.x2-235)/6)";
oM.menuPlacement=new Array(20,106,166,256,674,722)

oM.construct()






