/*************************************************************************
  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.';
var fv = 'Family Voices is a national grassroots network of families and friends, advocates for health care services for all children and youth with special health care needs.';
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 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 = 'Massachusetts Parent Information and Resource Center (PIRC), also known as Parents&#8217; PLACE, provides information, resources and individual support to parents, schools, and community organizations about the importance of family involvement in education to help children succeed in school.';
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 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 apple = 'Advancing Parent-Professional Leadership in Education is a Model Development Project that will provide collaborative school-system teams with training that will allow parents of children receiving special education services to learn skills that will help them become full and effective partners with their schools.';
var msg = 'test test';

