/* Javascript Document */
/* Design - Bob Stephens 9/09 */
/* Updated 6/11 */ 

var Pic_Folder = 'http://www.ironoakshoa.org/Images/Tooltip/';

dw_Tooltip.content_vars = {
    election: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	  	img: Pic_Folder + 'Election.gif',  // OK
		txt: 'Election - Board of Directors Election information including open nomination period, meet the candidates night, preparing and mailing the ballots, voting period, counting the ballots and announcing the winners. See the documents for the dates and information.',
		w: 450
	},
    home: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	  	img: Pic_Folder + 'Home.gif',  // OK
		txt: 'Home Page - Includes Board and GM Information and News, What\'s Hot, Ongoing Information and Stay In The Loop (SITL) and more.',
		w: 300
	},
	activities: {
		wrapFn: dw_Tooltip.wrapImageOverText,
		caption: 'Activities &amp; Entertainment',
	  	img: Pic_Folder + 'Dancing-t.gif',  // OK
		txt: 'A list of multiple date activities and entertainment plus a date ordered list of all upcoming IronOaks activies including dances, shows, local trips, multiple day trips, special dinners, sports events, entertainment and more.',
		w: 400
	},
	alc: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	  	img: Pic_Folder + 'ALC.gif',  // OK
		txt: 'Architectural Landscaping Committee (ALC) - ALC reports, violations, guidelines, permit information, contractor information, information on painting your house permit and house colors.',
		w: 400
	},
	boarddirectors: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	  	img: Pic_Folder + 'BOD.gif',  // OK
		txt: 'Board of Directors - Information related to the Board of Directors meeting schedules, meeting agenda, meeting minutes, financial reports, organization chart, governing documents and more.',
		w: 400
	},
	commentcard: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	  	img: Pic_Folder + 'Comment.gif',  // OK
		txt: 'Comment Card - Let the HOA know: your suggestions, your questions, your comments and concerns, and more.',
		w: 400
	},
	committees: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	  	img: Pic_Folder + 'Committee.gif',  // OK
		txt: 'Committees - Committee information including: members, meeting schedules, Unit Captains, committee charters, plus many other committees.',
		w: 400
	},
	community: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	  	img: Pic_Folder + 'Community.gif',  // OK
		txt: 'Community Items - IronOaks and Sun Lakes Community Items and dated Community Items. Plus and the IronOaks External Website.',
		w: 400
	},
	contacts: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	  	img: Pic_Folder + 'Contact.gif',  // OK
		txt: 'Contacts - IronOaks contact information including the HOA (address and phone number), Board of Directors, General Manager and the staff, Patrol, Who\'s Who, Unit Captains, committee members, Villas, Service Directory, your IronOaks Account contacts, Sun Lakes Posse, Sun Lakes Fire Department, website links, Sun Lakes Organizations and Clubs.',
		w: 400
	},
	fitness: {
		wrapFn: dw_Tooltip.wrapImageOverText,
		caption: 'Fitness',
	  	img: Pic_Folder + 'Fitness.gif',  // OK
		txt: 'Fitness - Hours, fees, Silver Sneakers and other information.',
		w: 400
	},
	foodbeverage: {
		wrapFn: dw_Tooltip.wrapImageOverText,
		caption: 'Food and Beverage - Restaurants',
	 	img: Pic_Folder + 'Food-Plate.gif',
		txt: 'Menus, hours of operation, current Weekly Specials, Early Bird Specials, reservations, food to go, your birthday, gift certificates, and more!',
		w: 400
	},
	generalinformation: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	 	img: Pic_Folder + 'GeneralInfo.gif',
		txt: 'General Information - Lots of great information including: policies, documents, guides and directories. Plus recycle and bulk disposal information, Villas information, community services, Notary Public.',
		w: 400
	},
	golf: {
		wrapFn: dw_Tooltip.wrapImageOverText,
		caption: 'Golf',
	  	img: Pic_Folder + 'Golf.gif',  // OK
		txt: 'Golf - Golf Clubs, golf news, updates and other information.',
		w: 400
	},
	newwebsite: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	  	img: Pic_Folder + 'NewPostings.gif',  // OK
		txt: 'New Website Postings - A list of new and important postings and a date ordered list of website postings for the last several weeks.',
		w: 400
	},
	patrol: {
		wrapFn: dw_Tooltip.wrapImageOverText,
		caption: 'Patrol',
	 	img: Pic_Folder + 'Patrol-boy-t.gif',
		txt: 'Patrol information, messages and reports including Patrol Information Guide, RV Report, RFID (gate information),  gate access information, vehicle resistration form, vacation watch - sign up online vacation watch printable form and family member caregivers form.',
		w: 300
	},
	search: {
		wrapFn: dw_Tooltip.wrapImageOverText,
		caption: 'IronOaks Website Search',
	  	img: Pic_Folder + 'Search.gif',  // OK
		txt: 'You can search the IronOaks Website using words like food, minutes, etc.',
		w: 400
	},
	sitlemail: {
		wrapFn: dw_Tooltip.wrapImageOverText,
		caption: 'Stay In The Loop (SITL)',
	 	img: Pic_Folder + 'StayInTheLoop150.gif',
		txt: 'IronOaks Email - Get on the IronOaks Stay In The Loop (SITL) E-mail list: where you can subscribe or unsubscribe (we will miss you)! We do not share this list with anyone, even your significant other! But all household members can also subscribe! Plus Archived Ironoaks E-mail.',
		w: 400
	},
	tennis: {
		wrapFn: dw_Tooltip.wrapImageOverText,
		caption: 'Racquet Club',
	  	img: Pic_Folder + 'Tennis.gif',  // OK
		txt: 'Racquet Club, Pickle Ball, Tennis - Hours, fees and other information.',
		w: 400
	},
	websiteinformation: {
		wrapFn: dw_Tooltip.wrapImageOverText,
	  	img: Pic_Folder + 'WebsiteInfo.gif',  // OK
		txt: 'Website Information - IronOaks website features and information. Includes information on zooming your browser and changing your browsers font sizes for better readability and to help fit the screen content on your display.',
		w: 400
	},
	
}

