// 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 = {

	// Rotation Queue-----------------------------------------------------
	img_queue: {
		img: '../screenshots/df_rotation.gif',
		w: 676,
		h: 335,
		caption: 'Desktop Rotation Queue'
	},

	// Desktop Data-----------------------------------------------------
	img_data: {
		img: '../screenshots/df_pref.gif',
		w: 412,
		h: 178,
		caption: 'Desktop Data'
	},

	// Tags-----------------------------------------------------
	img_tags: {
		img: '../screenshots/df_data.gif',
		w: 585,
		h: 326,
		caption: 'DesktopFade Tags'
	}
}
