
function display_menu_4() {
  navStyle4.image=Config_CDN_URL + "v/vspfiles/templates/90/images/Template/Menu4_Bullet.gif";
  navStyle4.subimage=Config_CDN_URL + "v/vspfiles/templates/90/images/Template/Menu4_Bullet_End.gif";
  with(milonic=new menuname("m_v4p0")) {
    style=navStyle4;
    itemwidth="160";
    alwaysvisible=1;
    orientation="vertical";
    position="relative";
    aI("text=<strong>Main School Website</strong>;url=http://www.chicagoMoldschool.com;pagematch=[-_]s/40\\.htm$|searchresults\\.asp\\?cat=40$;");
    aI("text=<strong>Online Store Home</strong>;url=http://store.chicagomoldschool.com;pagematch=[-_]s/41\\.htm$|searchresults\\.asp\\?cat=41$;");
    aI("text=<strong>Contact Michael Joy</strong>;url=mailto:joy@chicagomoldschool.com;pagematch=[-_]s/42\\.htm$|searchresults\\.asp\\?cat=42$;");
  }
  drawMenus();
}


