/* Load our tooltips */
function loadTooltips() {
	
	if (!$('activity1')) {
		return false;
	}
	new Effect.Tooltip('activity1', 'Arts organisations and centres; festivals; musical organisations, centres and performances/festivals; museums and galleries; literature organisations(including book groups), theatres, drama societies; cinemas and cinema clubs and cinema festivals; etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity2', 'Sports organisations and clubs; social clubs; other recreational and leisure prganisations; zoos and aquaria; playing field committees etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity3', 'Economic development, planning, regeneration, rural development, urban development, promotion of individual industries, credit unions, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity4', 'Pre-school play groups, childcare groups/nurseries, after-school groups, organisations in support of primary and secondary education (PTA, school governors), organisations in support of universities and other further/higher education bodies, adult education organisations and groups (WEA, U3A), culture and language associations, independent research organisations, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity5', 'Lifesaving, safety training for workplace and community, IT training, skills training, training for workplace, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity6', 'Natural environment, built environment, recycling, pollution, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity7', 'Special breeds of animals, animal rescue services, guide dogs, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity8', 'Primary health care, hospital care, continuing care in the community, continuing care in nursing homes or residential facilities, hospice care, palliative care, emergency services, health promotion and education, complimentary medicine/alternative health care, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity9', 'Housing associations, tenants and residents associations, homelessness, hostels/refuges, almshouses/sheltered accommodation, home improvements / adaptations / repairs, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity10', 'Promotion of overseas development, international relations, international disaster relief, international exchanges, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity11', 'Legal services (law centres, citizens advice bureaux), financial/debt advice, crime prevention (neighbourhood watch), citizenship, advocacy rights, general advice/information, equal opportunities, racial harmony, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity12', 'Religion and religious culture, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity13', 'Day care, continuing care in the community, continuing care in nursing homes or residential facilities, adoption, support for families and children, support for carers, income support and maintenance, disaster/emergency prevention and control, counselling, mediation, lunch clubs etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity14', 'Transport planning, community transport, transport provided by volunteers, shopmobility, etc.', {offset: {x:10, y:5}});
	new Effect.Tooltip('activity15', 'Community support and networks, general development of and support to voluntary and community organisations, grant making organisations, umbrella/infrastructure organisations, promotion of volunteering, promotion of giving, community development activities, etc.', {offset: {x:10, y:5}});
	
	return true;
}
