jQuery.noConflict();

jQuery.fn.qtip.styles.leftColumn = {
    name: 'light',
    tip: 'bottomRight',
    textAlign: 'center',
    border: {
        width: 2,
        radius: 5,
        color: '#CCC'
    }
}

jQuery.fn.qtip.styles.midColumn = {
    name: 'light',
    tip: 'bottomMiddle',
    textAlign: 'center',
    border: {
        width: 2,
        radius: 5,
        color: '#CCC'
    }
}

jQuery.fn.qtip.styles.rightColumn = {
    name: 'light',
    tip: 'bottomLeft',
    textAlign: 'center',
    border: {
        width: 2,
        radius: 5,
        color: '#CCC'
    }
}

jQuery(document).ready(function(){	
    
    // Setup
    jQuery('.qtip1').qtip({
        content: {
            prerender: true,
            text: 'This is a one time charge for loading or creating your survey into the vendors system.',
            title: {
                text: 'Setup'
            }
        },
        position: {
          corner: {
             target: 'topLeft',
             tooltip: 'bottomRight'
          }
       },
       style: 'leftColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // People Invited
    jQuery('.qtip2').qtip({
        content: {
            prerender: true,
            text: 'Some companies charge for each participant enrolled whether they complete a survey or not. Clients end up paying for “no-shows.”',
            title: {
                text: 'People Invited'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // License
    jQuery('.qtip3').qtip({
        content: {
            prerender: true,
            text: 'License fees, like member fees, subscription fees etc all require clients to keep on paying to continue using their surveys, long after the initial setup.',
            title: {
                text: 'License'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Missed Volume
    jQuery('.qtip4').qtip({
        content: {
            prerender: true,
            text: 'Some companies will negotiate a volume discount with their client, and if the volume is missed, will rescind discounts and charge the client retroactively for the difference.',
            title: {
                text: 'Missed Volume'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Customization
    jQuery('.qtip5').qtip({
        content: {
            prerender: true,
            text: 'A fee for adding unique functionality.',
            title: {
                text: 'Customization'
            }
        },
        position: {
          corner: {
             target: 'topLeft',
             tooltip: 'bottomLeft'
          },
          adjust: {
            screen: true
          }
       },
       style: 'leftColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Reports Delivered
    jQuery('.qtip6').qtip({
        content: {
            prerender: true,
            text: 'This is a charge for each report delivered.  It means different things to different vendors.  Some vendors include everything needed to produce the report (invitations, data collection, reminders, etc.).  Others just charge for the report.  It’s important to clarify what’s included.',
            title: {
                text: 'Reports Delivered'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
     // Subscription
    jQuery('.qtip7').qtip({
        content: {
            prerender: true,
            text: 'Annual renewals are much like licensing fees.  Fees to continue use.',
            title: {
                text: 'Subscription'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Data Access and Ownership
    jQuery('.qtip8').qtip({
        content: {
            prerender: true,
            text: 'Some companies will claim ownership of client data collected, and then charge to retrieve and deliver to the client, upon request.',
            title: {
                text: 'Data Access & Ownership'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // On-boarding
    jQuery('.qtip9').qtip({
        content: {
            prerender: true,
            text: 'First-time clients with some companies, are assessed extra “on-boarding” fees to register their company’s information and go through the contracting process.',
            title: {
                text: 'On-boarding'
            }
        },
        position: {
          corner: {
             target: 'topLeft',
             tooltip: 'bottomLeft'
          },
          adjust: {
            screen: true
          }
       },
       style: 'leftColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Raters Responded
    jQuery('.qtip10').qtip({
        content: {
            prerender: true,
            text: 'A few vendors charge by the number of people that respond to each survey.  This makes it very difficult to budget and can be very expensive.',
            title: {
                text: 'Raters Responded'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Hourly Customization
    jQuery('.qtip11').qtip({
        content: {
            prerender: true,
            text: 'Many companies charge by the hour to customize the client’s survey and reports -- making budgeting for the client unpredictable.',
            title: {
                text: 'Hourly Customization'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // "Use It Or Lost It" Prepays
    jQuery('.qtip12').qtip({
        content: {
            prerender: true,
            text: '“Use it or lose it” prepays may initially appear to save the client money. But in actuality, pre-paid surveys with expiration dates often force sub-optimized use or a clear loss by default.',
            title: {
                text: 'Use It Or Lost It" Prepays'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Additional features
    jQuery('.qtip13').qtip({
        content: {
            prerender: true,
            text: 'With some companies, when system upgrades are made, clients pay to enjoy the technological improvements.',
            title: {
                text: 'Additional Features'
            }
        },
        position: {
          corner: {
             target: 'topLeft',
             tooltip: 'bottomLeft'
          },
          adjust: {
            screen: true
          }
       },
       style: 'leftColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Hourly Project Management
    jQuery('.qtip14').qtip({
        content: {
            prerender: true,
            text: 'It’s not uncommon to see “project management” fees added on to clients’ invoices.  These extra charges differentiate various levels of customer support provided from self serve to full serve.',
            title: {
                text: 'Hourly Project Management'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Contract Termination
    jQuery('.qtip15').qtip({
        content: {
            prerender: true,
            text: 'Some companies have developed great contracting skills and if clients wish to switch vendors, may find it very difficult to extricate themselves from the artificially binding contract.',
            title: {
                text: 'Contract Termination'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Client Admin Access
    jQuery('.qtip16').qtip({
        content: {
            prerender: true,
            text: 'Extra client administrator access fees are even charged by some companies to allow authorized clients to log into the system and check survey status.',
            title: {
                text: 'Client Admin Access'
            }
        },
        position: {
          corner: {
             target: 'topLeft',
             tooltip: 'bottomLeft'
          },
          adjust: {
            screen: true
          }
       },
       style: 'leftColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Maintenance
    jQuery('.qtip17').qtip({
        content: {
            prerender: true,
            text: 'Maintenance fees work like licensing fees.  Generally maintenance fees suggest keeping clients’ surveys in “ready-to-launch” condition.',
            title: {
                text: 'Maintenance'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Volume Discount Resets
    jQuery('.qtip18').qtip({
        content: {
            prerender: true,
            text: 'It’s common practice for some companies to re-set their clients’ volume discounts to zero each year, thereby eliminating any accrued pricing benefits.',
            title: {
                text: 'Volume Discount Resets'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Project Management
    jQuery('.qtip19').qtip({
        content: {
            prerender: true,
            text: 'It’s not uncommon to see “project management” fees added on to clients’ invoices.  These extra charges differentiate various levels of customer support provided from self serve to full serve.',
            title: {
                text: 'Project Management'
            }
        },
        position: {
          corner: {
             target: 'topLeft',
             tooltip: 'bottomLeft'
          },
          adjust: {
            screen: true
          }
       },
       style: 'leftColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Reactivation
    jQuery('.qtip20').qtip({
        content: {
            prerender: true,
            text: 'A fee for using a older survey that was archived.',
            title: {
                text: 'Reactivation'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Enhanced Service Levels
    jQuery('.qtip21').qtip({
        content: {
            prerender: true,
            text: 'Service fees are assessed on top of regular fees by some companies when a project manager is assigned to and manages the client’s survey administrations.',
            title: {
                text: 'Enhanced Service Levels'
            }
        },
        position: {
          corner: {
             target: 'topLeft',
             tooltip: 'bottomLeft'
          },
          adjust: {
            screen: true
          }
       },
       style: 'leftColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Task
    jQuery('.qtip22').qtip({
        content: {
            prerender: true,
            text: 'A one-time fee based on completing a specific task.',
            title: {
                text: 'Task'
            }
        },
        position: {
          corner: {
             target: 'topLeft',
             tooltip: 'bottomLeft'
          },
          adjust: {
            screen: true
          }
       },
       style: 'leftColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Reactivation
    jQuery('.qtip23').qtip({
        content: {
            prerender: true,
            text: 'A variable fee based a specific number of people.',
            title: {
                text: 'Participant'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Time
    jQuery('.qtip24').qtip({
        content: {
            prerender: true,
            text: 'A repeating fee based on reaching time milestones.',
            title: {
                text: 'Time'
            }
        },
        position: {
          corner: {
             target: 'topMiddle',
             tooltip: 'bottomMiddle'
          }
       },
       style: 'midColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
    
    // Penalty
    jQuery('.qtip25').qtip({
        content: {
            prerender: true,
            text: 'An exception fee that occurs when expectations are not met.',
            title: {
                text: 'Penalty'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Pay for reports received, not participants enrolled
    jQuery('.qtip26').qtip({
        content: {
            prerender: true,
            text: 'If you’re paying for each participant enrolled, you’re paying for the ones who complete their surveys AND the ones who don’t.  Paying for no-shows does not save you money.',
            title: {
                text: 'Save Money'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Purchase the surveys you need, not a required minimum
    jQuery('.qtip27').qtip({
        content: {
            prerender: true,
            text: 'Some survey companies require you to purchase a minimum number of surveys but if you do not use all the surveys, you still pay.  You end up spending money for nothing.',
            title: {
                text: 'Save Money'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Pay for customization by the project, not by the hour
    jQuery('.qtip28').qtip({
        content: {
            prerender: true,
            text: 'Hourly charges for survey or report customization can add up fast.  Better to agree up front on a fixed price for itemized changes than to let the meter run.',
            title: {
                text: 'Save Money'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Enjoy client admin access, without extra charges
    jQuery('.qtip29').qtip({
        content: {
            prerender: true,
            text: 'There’s no reason to be charged extra to access or manage your survey.  Your survey provider should be glad to provide you with tools, training and access.  You’re saving them money.',
            title: {
                text: 'Save Money'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Pay a one-time setup, without continuing renewals
    jQuery('.qtip30').qtip({
        content: {
            prerender: true,
            text: 'License fees, member fees, and annual fees all require you to keep paying to continue using the survey, long after initial setup.  With STAR, once programmed, you own your survey and can use it whenever you like, no activation charges or subscription fees.',
            title: {
                text: 'Save Money'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Get premium service included, not service level add-ons
    jQuery('.qtip31').qtip({
        content: {
            prerender: true,
            text: 'Do-it-yourself and e-mail only support can cost your company time and good will.  With STAR, you and your employees always enjoy prompt, personal service from our experienced survey support staff and it’s all included.',
            title: {
                text: 'Enjoy Full Service'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Maintain ownership of your data, without questions or hassles
    jQuery('.qtip32').qtip({
        content: {
            prerender: true,
            text: 'Getting charged to retrieve your own data?  Not with STAR.  It’s your data -- access it, download it, whenever you wish.',
            title: {
                text: 'Save Money'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Buy according to your needs, without unnecessary pressure
    jQuery('.qtip33').qtip({
        content: {
            prerender: true,
            text: '“Use it or lose it” prepays are additional pressure to hurry up and launch surveys you’ve already paid for, before an assigned drop deadline.  These forced use surveys may be sub-optimizing your investment.  With STAR, there are no worries, no expiration dates.',
            title: {
                text: 'Save Money'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Protect your budget; no missed volume penalties
    jQuery('.qtip34').qtip({
        content: {
            prerender: true,
            text: 'If penalties for missed volume can be added to your invoice after survey close, your current budget’s not safe.  Some vendors will apply price increases to your bill if anticipated participant volumes fall short.  Basically, discounts can be rescinded or penalties applied. With STAR, there is no retro-active backlash.',
            title: {
                text: 'Protect Your Budget'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Enjoy the volume discounts you’ve earned, without fear of losing them
    jQuery('.qtip35').qtip({
        content: {
            prerender: true,
            text: 'If the volume discounts you’ve achieved reset each year, then you’re starting over and over at zero and not enjoying the benefits of a long term “partnership”.  With STAR, once you’ve reached a volume discount, you keep it, even if your volume later goes down.  Our partnership is for the long run.',
            title: {
                text: 'Keep Your Discounts'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })

    // Stay with STAR because you want to, not because you have to
    jQuery('.qtip36').qtip({
        content: {
            prerender: true,
            text: 'Artificially binding contracts can effectively prevent the client from leaving a vendor, but being held hostage doesn’t often promote good will or make for the best working relationship.  We want you to stay with us because we provide the best products, services and support available, and we do.',
            title: {
                text: 'Be in Control'
            }
        },
        position: {
          corner: {
             target: 'topRight',
             tooltip: 'bottomRight'
          },
          adjust: {
            screen: true
          }
       },
       style: 'rightColumn',
       show: {
           delay: 0,
           effect: {
               length: 0
           }
       }
    })
                                                                                       
});