// JavaScript Document
// JavaScript Document


function mmLoadMenus() {
  if (window.mm_goals) return;
  window.mm_goals = new Menu("root",270,24,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#D0DDEE","#3972B7","left","middle",4,0,200,-5,7,true,false,true,3,true,false);
  mm_goals.addMenuItem("Sample&nbsp;Goals&nbsp;for&nbsp;Narrative&nbsp;Play&nbsp;Therapy","location='/professionals/goals/goals_npt.shtml'");
mm_goals.addMenuItem("Clinical&nbsp;Goals&nbsp;for&nbsp;Playground&nbsp;Therapy","location='/professionals/goals/playground_therapy.shtml'");
   mm_goals.hideOnMouseOut=true;
   mm_goals.menuBorder=0;
   mm_goals.menuLiteBgColor='#000000';
   mm_goals.menuBorderBgColor='#000000';
   mm_goals.bgColor='#000000';
  window.mm_stratvis = new Menu("root",250,24,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#D0DDEE","#3972B7","left","middle",4,0,200,-5,7,true,false,true,3,true,false);
  mm_stratvis.addMenuItem("Key&nbsp;Chain&nbsp;Scripts","location='/professionals/strategies_visuals/key_chain_scripts.shtml'");
  mm_stratvis.addMenuItem("Floor&nbsp;Maps","location='/professionals/strategies_visuals/floor_maps.shtml'");
  mm_stratvis.addMenuItem("Requests&nbsp;for&nbsp;Customized&nbsp;Visuals","location='/professionals/strategies_visuals/custom_requests.shtml'");
   mm_stratvis.hideOnMouseOut=true;
   mm_stratvis.menuBorder=0;
   mm_stratvis.menuLiteBgColor='#000000';
   mm_stratvis.menuBorderBgColor='#000000';
   mm_stratvis.bgColor='#000000';
   
      mm_stratvis.writeMenus();
   // JavaScript Document
   /*
  window.mm_articles = new Menu("root",250,24,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#FFFFFF","#D0DDEE","#3972B7","left","middle",4,0,200,-5,7,true,false,true,3,true,false);
  mm_articles.addMenuItem("Speech&nbsp;on&nbsp;Location","location='/professionals/articles/speech_on_location.shtml'");
mm_articles.addMenuItem("CTDS","location='/professionals/articles/ctds.shtml'");
   mm_articles.hideOnMouseOut=true;
   mm_articles.menuBorder=0;
   mm_articles.menuLiteBgColor='#000000';
   mm_articles.menuBorderBgColor='#000000';
   mm_articles.bgColor='#000000';
   
   
   mm_articles.writeMenus();
   */
} // mmLoadMenus()

