oM=new makeCM("oM");
oM.resizeCheck=0;
oM.rows=1;
oM.onlineRoot="http://www.patmccurdy.com/";
//oM.onlineRoot="http://patmccurdydev/";
oM.offlineRoot="file:///Users/mark/Sites/patmccurdy/";
oM.pxBetween=1; 
oM.fillImg="/images/cm_fill.gif";
oM.fromTop=0;
oM.fromLeft=215;
oM.wait=1000;
oM.zIndex=0;
oM.useBar=0;
oM.barWidth="menu";
oM.barHeight="menu";
oM.barX="menu";
oM.barY="menu";
oM.barClass="clBar";
oM.barBorderX=0;
oM.barBorderY=0;

oM.level[0]=new cm_makeLevel(0,0,"clT","clTover",1,1,"clBar",-100,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(22,16,"clS","clSover",0,0,"clB",0,"right",0,0,0,0,0);

// Main Menu Bar
oM.makeMenu('m1','','Schedule','schedule.php','',69,22,'images/menu_sched.gif','images/menu_sched_on.gif');
oM.makeMenu('m2','','Music','music.htm','',50,22,'images/menu_music.gif','images/menu_music_on.gif');
oM.makeMenu('m3','','Visual','visual.htm','',54,22,'images/menu_visual.gif','images/menu_visual_on.gif');
oM.makeMenu('m4','','Information','info.htm','',88,22,'images/menu_info.gif','images/menu_info_on.gif');
oM.makeMenu('m5','','Interactive','inter.htm','',81,22,'images/menu_inter.gif','images/menu_inter_on.gif');
oM.makeMenu('m6','','Buy Stuff','buystuff.htm','',42,22,'images/menu_shop.gif','images/menu_shop_on.gif');

// Music Menu
oM.makeMenu('m21','m2','Song of the Week','sotw.htm','',101,0);
oM.makeMenu('m22','m2','Lyrics','lyrics.htm','',101,0);
oM.makeMenu('m23','m2','Guitar Tabs','tabs.htm','',101,0);
oM.makeMenu('m24','m2','Set Lists','setlists.htm','',101,18);
// Visual Menu
oM.makeMenu('m31','m3','Videos','video.htm','',75,0);
oM.makeMenu('m32','m3','Photo Album','photos.htm','',75,0);
oM.makeMenu('m33','m3','Pat\'s Art','art.htm','',75,18);
// Information Menu
oM.makeMenu('m41','m4','Schedule','schedule.php','',94,0);
oM.makeMenu('m42','m4','Where Pat Plays','where.htm','',94,0);
oM.makeMenu('m43','m4','FAQ','faq.htm','',94,0);
oM.makeMenu('m44','m4','Press','press.php','',94,0);
oM.makeMenu('m45','m4','Media Kit','mediakit.htm','',94,0);
oM.makeMenu('m46','m4','Pat for PDAs','pda.htm','',94,0);
oM.makeMenu('m47','m4','Contact Info','contact.htm','',94,18);
// Interactive Menu
oM.makeMenu('m51','m5','Bulletin Board','forums','',80,0);
//oM.makeMenu('m52','m5','Chat','chat/login.html','',80,0);
oM.makeMenu('m53','m5','Guestbook','cgi-bin/guestbook/guestbook.cgi','',80,0);
oM.makeMenu('m54','m5','eCards','cards.htm','',80,0);
oM.makeMenu('m55','m5','Links','links.htm','',80,0);
oM.makeMenu('m56','m5','Search','search.htm','',80,18);

oM.menuPlacement=0
oM.construct()