

dw_Tooltip.content_vars = {
	
	wellness: 'Preventive procedures such as vaccinations, annual exams, and heartworm testing/medications. These procedures are very important in maintaining the health of your pet, as they prevent disease or catch disease early.',
	copay: 'The percentage of covered expenses that you must pay after the deductible is met',
	cov_exp: 'Treatment and procedures that are covered by the pet insurance policy.  Not all treatments and procedures are covered.',
	premium: 'The amount you pay monthly or annually for your pet insurance policy.',
	pol_yr: '12 months starting on the date your policy.',
	deduct: 'The amount of the veterinary bill you must pay before the insurance company starts paying.',
	hedge: 'When someone hedges themselves they are insuring themselves against a negative event.  If the negative event happens, its impact will be lessened.',
	eight_ball: 'A toy manufactured by Mattel used to predict the future.',
	vet_spec: 'Veterinary specialists are veterinarians who are board certified in a specific field of veterinary medicine such as internal medicine, surgery, dermatology, ophthalmology.  Their board certification gives them a higher level of expertise in their area of specialty than a general practitioner.',
	femur: 'A Long bone of the leg.  Also know as the thigh bone.',
	per_inc_deduct: 'This is the amount you must pay for each new illness or injury before the insurance company starts paying.',
	max_payout_per_inc: 'This is the maximum amount of money the insurance company will reimburse you for each new illness or injury.',
	max_payout_per_yr: 'Also called Maximum Annual Payout.  This is the maximum amount of money the insurance company will reimburse you each policy year.',
	max_life_payout: 'This is the maximum amount of money the insurance  company will reimburse you during the lifetime of your pet.',
	max_payout_body: 'This is the maximum amount of money the insurance company will reimburse for a body system.',
	benefit_sched: 'This is the maximum amount of money the insurance company will reimburse based on predetermined listed fee structure.',
	pre_exist: 'Pre-existing conditions are illnesses or accidents/injuries that occur before you apply for a policy or that happen during the waiting period. Any illness or accident/injury that occurs during this time will not be covered by your plan.', 
 	max_payout: 'The maximum amount of money the insurance company will give you.',
	underwriter: 'The underwriter of pet insurance policy decides whether to accept the risk and insure the pet and how much coverage the pet should receive.  It is the underwriter\'s money that pays any insurance claims you have.',
	exclusions: 'Medical conditions that are not covered by the plan.',
	requirements: 'Things you must do to remain insured.',
	waiting_period: 'The time you have to wait before coverage starts.  If something happens to your pet during the waiting period, that condition will not be covered by your policy.',
	claim: 'The form you submit to the pet insurance company to request reimbursement for veterinary costs.',	
	chronic_diseases: 'Illnesses that have long duration and generally slow progression.  Examples include heart disease, chronic kidney disease, and chronic liver disease.',
	
	L1: 'Some text in the tooltip for link 1',
    L2: 'The tooltip can contain <strong><em>Rich HTML</em></strong>',
    L3: 'You can have a tooltip pop up when hovering over an image too of course!',

    access: 'The documentation discusses the accessibility features of the code.',

    // from a database based on query string data for example
    ajax: 'An example demonstrates and gives more information about using ajax to retrieve content for the tooltip.',
    
    classes: {
        klass: 'tip2',
        content: 'The documentation describes how easy it is to set this up. The download file contains an example.'
        },
        
    dl: {
        str: 'The download file contains examples demonstrating basic tooltip setup, a hover tip, swapping classes, sticky tooltip, images and text in the tooltip, and more.',
        w: 300,
        wrapFn: dw_Tooltip.wrapToWidth
        },
        
    dur: {
        content: 'This one is set to hide after a delay of one second.',
        duration: 1000
        },

    els: 'This allows the content of the tooltips to be available for search engines and accessibility. See the demo for more information.',

    
    'focus': {
        str: 'Keyboard users can tab to view the tooltip. Enter key results in navigation. Escape key hides the tooltip.',
        w: 300,
        wrapFn: dw_Tooltip.wrapToWidth
        },
    
    hover: {
        hoverable: true,
        content: 'This tooltip can contain <a href="#">links</a> and will wait for you to hover over it. Documentation has information.'
        },
    
    img: {
        img: '/images/common/cranes.gif',
        w: 150,
        h: 150,
        wrapFn: dw_Tooltip.wrapImageToWidth
        },
        
    img_txt: {
        img: '/images/common/mandala2.gif',
        txt: 'Yin-Yang mandala',
        w: 160,
        wrapFn: dw_Tooltip.wrapImageOverText
        },
        
    mo: {
        str: 'By default the tooltip will hide on mouseout after a customizable delay; for links, onblur when activated onfocus.',
        w: 300,
        wrapFn: dw_Tooltip.wrapToWidth
        },

    obj: 'Most properties and functions are encapsulated under <code>dw_Tooltip</code>.',
        
                
    position: 'The code supports a variety of methods for positioning the tooltip. The demo has more information.',
    
    shim: {
        str: 'The code contains an iframe which will position itself under the tooltip preventing bleed through of select lists for Internet Explorer on windows.',
        w: 300,
        wrapFn: dw_Tooltip.wrapToWidth
    },

    stick: {
        str: 'A &quot;sticky&quot; tooltip remains on screen until another tooltip link is activated or the escape key or document click hides it. The close box is optional.',
        w: 240,
        klass: 'tooltip2',
        wrapFn: dw_Tooltip.wrapToWidth,
        sticky: true
        },
    
    unev: 'The code does not rely on HTML event handler attributes. The documentation has more information.',
    
    // near top of page
    unob: {
        w: 280,
        wrapFn: dw_Tooltip.wrapToWidth,
        str: 'No need to place onmouseover and onmouseout attributes in your (X)HTML. You can keep content and behavior separate.'
        },

    vars: {
        str: 'An object literal is used to encapsulate all tooltip content. It can be set up very simply yet provides great flexibility. The documentation gives more details.',
        w: 300,
        wrapFn: dw_Tooltip.wrapToWidth
        },
        
    wrap: {
        wrapFn: dw_Tooltip.wrapTextByImage,
        caption: 'A Heron',
        img: '/images/common/heron.gif',
        txt: 'Side by side with a caption is one among many possible display options.',
        w: 210
        }


}