//Menu properties
oM=new makeCM("oM")
oM.resizeCheck=1
oM.rows=1
oM.onlineRoot="http://www.wateroperations.com/sortie/"
oM.offlineRoot="file:///D:/Websites/sortie/"
oM.fillImg="cm_fill.gif"
oM.pxBetween =0
oM.fromTop=115
oM.fromLeft=0
oM.wait=300
oM.zIndex=100

//Background bar properties
oM.useBar=1;
oM.barWidth="100%";
oM.barHeight="menu";
oM.barX=0;
oM.barY="menu";
oM.barClass="clBar";
oM.barBorderX=0;
oM.barBorderY=0;

//Level Properties
oM.level[0]=new cm_makeLevel("15%",22,"clT","clTover",1,1,"clB",0,"bottom");
oM.level[1]=new cm_makeLevel(150,16,"clS","clSover",1,1,"clB",0,"right");

//Main Menu
oM.makeMenu('m1','','SORTIE','index.html');
oM.makeMenu('m2','','Issue 1','issue1/index1.html');
oM.makeMenu('m3','','Issue 2','issue2/index2.html');
oM.makeMenu('m4','','Issue 3','issue3/index3.html');
oM.makeMenu('m5','','Issue 4','issue4/index4.html');
oM.makeMenu('m6','','Advertisers','');

//About Items
oM.makeMenu('m10','m1','Staff','staff.htm');
oM.makeMenu('m11','m1','Bios','bios.htm');
oM.makeMenu('m12','m1','Letter from the Editor','azletter.htm');
oM.makeMenu('m13','m1','Lifeguard Systems','http://www.teamlgs.com');


if(!(bw.ie5&&bw.mac))
var avail="50+((cmpage.x2-100)/6)";
oM.menuPlacement=new Array(50,avail,avail+"*2",avail+"*3",avail+"*4",avail+"*5",avail+"*6")
oM.construct()