stm_bm(["menu3f3d",430,"","blank.gif",0,"","",0,0,250,0,1000,1,0,0,"","",117440767],this);

stm_bp("p0",[0,4,0,0,0,0,0,0,100,"",-2,"",-2,50,0,0,"#999999","images/transparent","",3,0,0,"#000000"]);



stm_ai("p0i0",[2,"","images/Home.gif","images/home_hover.gif",74,40,0,"index.html","_self","","Home","","",0,0,0,"","",0,0,0,0,1,"",1,"",1,"","",3,3,0,0,"#FFFFF7","#000000","#000000","#000000","8pt Verdana","8pt Verdana",0,0]);

stm_aix("p0i1","p0i0",[2,"","images/AOF.gif","images/AOF_hover.gif",140,40,0,"aboutfirm.html","_self","","About Our Firm","","",0,0,0,"arrow_r.gif","arrow_r.gif",0,0,0,0,1,"#cce8e9",0,"#189d9c",0]);



stm_bpx("p1","p0",[1,4,5,0,0,0,0,0,100,"",-2,"",-2,50,0,0,"#999999","transparent","sub_normal.gif"]);

stm_aix("p1i0","p0i0",[0,"   Who We Are","","",-1,-1,0,"whoweare.html","_self","","","","",0,20,0,"","",0,0,0,0,1,"#cce8e9",0,"#189d9c",0,"","",3,3,0,0,"#FFFFF7","#000000","#000000","#FFFFFF","bold 10px Verdana","bold 10px Verdana"],0,25);

stm_aix("p1i1","p1i0",[0,"   Our Principles of Leadership   ","","",-1,-1,0,"leadership.html"],0,25);

stm_aix("p1i2","p1i0",[0,"   Our Clients","","",-1,-1,0,"ourclients.html"],0,25);



stm_ep();

stm_aix("p0i2","p0i0",[2,"","images/Practice.gif","images/Practice_hover.gif",140,40,0,"practice.htm","_self","","Practice Areas","","",0,0,0,"arrow_r.gif","arrow_r.gif"]);

stm_bpx("p2","p1",[]);

stm_aix("p2i0","p1i0",[0,"   Talent Development","","",-1,-1,0,"talentdev.html","_self","","","","",0,0],0,25);

stm_aix("p2i1","p2i0",[0,"   Executive Coaching","","",-1,-1,0,"individual.html"],0,25);

stm_aix("p2i2","p2i0",[0,"   Developing Women Leaders    ","","",-1,-1,0,"womenlead.html"],0,25);

stm_aix("p2i3","p2i0",[0,"   Organizational Change","","",-1,-1,0,"organizational_change.html"],0,25);

stm_aix("p2i4","p2i0",[0,"   Success Stories ","","",-1,-1,0,"success_stories.html"],0,25);



stm_ep();

stm_aix("p0i3","p0i2",[2,"","images/News.gif","images/News_hover.gif",140,40,0,"readinglist.html","_self","","Reading List"]);

stm_bpx("p3","p1",[]);

stm_aix("p3i1","p1i0",[0,"   Recommended Reading   ","","",-1,-1,0,"readinglist.html"],0,25);

stm_aix("p3i1","p1i0",[0,"   Reading List for Women Leaders   ","","",-1,-1,0,"readinglist_womenleaders.html"],0,25);



stm_ep();

stm_aix("p0i5","p0i2",[2,"","images/News1.gif","images/News_hover1.gif",84,40,0,"featuredcontent.html","_self","","News"]);

stm_bpx("p5","p1",[]);



stm_aix("p5i3","p1i0",[0,"   Featured Content         ","","",-1,-1,0,"featuredcontent.html"],0,25);

stm_aix("p5i3","p1i0",[0,"   Events & Announcements         ","","",-1,-1,0,"events.html"],0,25);




stm_ep();

stm_aix("p0i4","p0i0",[2,"","images/Contact.gif","images/contact_hover.gif",84,40,0,"contact.php","_self","","Contact"]);

stm_ep();

stm_em();







function wopen(url, name, w, h)

{

  // Fudge factors for window decoration space.

  // In my tests these work well on all platforms & browsers.

  w += 32;

  h += 96;

  wleft = (screen.width - w) / 2;

  wtop = (screen.height - h) / 2;

  // IE5 and other old browsers might allow a window that is

  // partially offscreen or wider than the screen. Fix that.

  // (Newer browsers fix this for us, but let's be thorough.)

  if (wleft < 0) {

    w = screen.width;

    wleft = 0;

  }

  if (wtop < 0) {

    h = screen.height;

    wtop = 0;

  }

  var win = window.open(url,

    name,

    'width=' + w + ', height=' + h + ', ' +

    'left=' + wleft + ', top=' + wtop + ', ' +

    'location=no, menubar=no, ' +

    'status=no, toolbar=no, scrollbars=no, resizable=no');

  // Just in case width and height are ignored

  win.resizeTo(w, h);

  // Just in case left and top are ignored

  win.moveTo(wleft, wtop);

  win.focus();

}

