
/*************************************************************************
  This code is from Dynamic Web Coding at http://www.dyn-web.com/
  Copyright 2003-4 by Sharon Paine 
  See Terms of Use at http://www.dyn-web.com/bus/terms.html
  regarding conditions under which you may use this code.
  This notice must be retained in the code as is!
*************************************************************************/

// NOTE: The functions called onmouseover/out plus the message variables need to be included early in the document 
// or errors will be triggered if user hovers over tooltip-activating links before page completely loaded
function doTooltip(e, msg) {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.clearTimer();
  Tooltip.show(e, msg);
}

function hideTip() {
  if ( typeof Tooltip == "undefined" || !Tooltip.ready ) return;
  Tooltip.timerId = setTimeout("Tooltip.hide()", 0);
}

// tooltip content variables
var eitc = 'Massachusetts Early Intervention Training Center enhances the quality of supports and services provided to families of infants and toddlers through ongoing support, training and other professional development activities for families receiving early intervention services, early intervention personnel, and other associated early childhood personnel.';
var icc = 'National Interagency Coordinating Council Parent Leadership Support Project works with ICC parents across the country, using a model of leadership support and facilitating leadership development.';
var sig = 'Project Focus (Statewide Improvement Grant) is a systems change project funded by the United States Department of Education in collaboration with the Massachusetts Department of Education. This project enhances the training and preparation for professionals and parents to better implement the special education law, Individuals with Disabilities Act (IDEA).';
var mafv = 'Massachusetts Family Voices at the Federation is a chapter of a national network of families and friends speaking on behalf of children with special health care needs. Building capacity for family partnerships with managed care organizations is a project to build the capacity of the Mass Family Voices network in supporting partnership activities between managed care organizations and parents around improved access to services and supports for families of children with special health care needs.';
var fv = 'Family Voices national projects located at the Federation include...';
var famties = 'Family TIES is a parent organization funded by the state Department of Public Health to provide information, referrals, and parent to parent matching to families who have children with special health care needs or disabilities.';
var hcall = 'Health Care for All helps families of children with special needs to define and advocate for quality health care.';
var db = 'The Family Resource Database contains information about agencies in Massachusetts and throughout the United States which provide information and/or services to families.';
var pubs = 'The Literacy Resource Guide for Families and Educators  highlights current research-based literacy resources available through the U.S. Department of Education and its funded projects with an eye toward appealing to parents, educators, and caregivers.';
var summercamp = 'A listing of day and residential summer camp programs prepared by the Federation for Children with Special Needs.';
var pti = 'Parent Training and Information Center (PTI) is a federally funded project that empowers parents to become active participants in improving the quality of special education services for their children.';
var pplace = 'Parents Learning About Children&#8217;s Education (parents&#8217; P .L.A.C.E.) is a Massachusetts parent information and resource center (PIRC). Parents&#8217; PLACE provides workshops and individual assistance to families, schools, and community organizations about the importance of family involvement in education.';
var peer = 'Parents Engaged in Education Reform (PEER) is a national technical assistance project whose purpose is to increase the participation of parents of children with disabilities and their organizations in school reform efforts.';
var trans = '...';
var doe = 'Parent Information Project (MASS DOE) provides parents with technical assistance and an increased opportunity for input into educational policies and procedures at the state and local level.';
var masscare = 'MassCARE Projects (DPH) works to develop community-based medical and social services for children with HIV infection and their families.';
var preform = 'Parents for Residential Reform (PFRR) is a grassroots family-to-family support network funded by the Massachusetts Department of Education. This project provides information and training to parents about residential placement, restraint, medication, the IEP, MCAS and transition.';
var dmr = 'Family Support Initiative is a collaborative systems change project funded by the Federal Administration on Developmental Disabilities and operated through the Massachusetts Department of Mental Retardation in Brockton and Springfield.';
var ici = '...';
var path = 'Pathways For Parents is a project funded through a private foundation in cooperation with the Massachusetts Department of Social Services (DSS). The project assists the Federation in building capacity to better support identified parents to become effective and knowledgeable decision makers on behalf of their children through training, information and referral to appropriate resources.';
var msg = 'test test';

