// Default Properties
dw_Tooltip.defaultProps = {
	klass: 'tooltip',
	wrapFn: dw_Tooltip.wrapImageToWidth,
	followMouse: false,
	sticky: true,
	showCloseBox: true,
	closeBoxImage: '../img/close.gif',
	positionFn: dw_Tooltip.positionWindowCenter
}

dw_Tooltip.content_vars = {

	// Buddy List-----------------------------------------------------
	img_bl: {
		img: '../screenshots/bp3_bl.gif',
		w: 177,
		h: 340,
		caption: 'Enhanced Buddy List'
	},

	// Icon List-----------------------------------------------------
	img_icon: {
		img: '../screenshots/bp3_icon.gif',
		w: 538,
		h: 268,
		caption: 'Icon Menu'
	},

	// Toolbar Menu-----------------------------------------------------
	img_tb: {
		img: '../screenshots/bp3_menu.gif',
		w: 381,
		h: 105,
		caption: 'Buddy Plus AOL Menu'
	},

	// Tray Menu-----------------------------------------------------
	img_tray: {
		img: '../screenshots/bp_tray.gif',
		w: 187,
		h: 28,
		caption: 'Buddy Plus Tray Icon'
	},

	// Popup Notify-----------------------------------------------------
	img_popup: {
		img: '../screenshots/bp3_popup.gif',
		w: 202,
		h: 82,
		caption: 'Popup Buddy Notification'
	},

	// Buddy Log-----------------------------------------------------
	img_log: {
		img: '../screenshots/bp3_log.gif',
		w: 513,
		h: 317,
		caption: 'Buddy Log'
	},

	// Options-----------------------------------------------------
	img_opt: {
		img: '../screenshots/bp3_opt.gif',
		w: 382,
		h: 305,
		caption: 'Options Menu'
	},

	// Buddy Notes-----------------------------------------------------
	img_notes: {
		img: '../screenshots/bp_notes.gif',
		w: 236,
		h: 399,
		caption: 'Buddy Notes'
	},

	// Buddy Wavs-----------------------------------------------------
	img_wavs: {
		img: '../screenshots/bp3_wavs.gif',
		w: 416,
		h: 216,
		caption: 'Custom Buddy Wavs'
	},
}
