﻿/// <reference path="jquery-1.2.6-vsdoc.js" />

// jQuery document ready
$(function() {
    $("#link-news").mouseover(function() { showContent(1); });
    $("#link-compliance").mouseover(function() {showContent(2); });
    $("#link-templates").mouseover(function() {showContent(3); });
    $("#link-switches").mouseover(function() {showContent(4); });
    $("#link-srs").mouseover(function() {showContent(5); });
    $("#link-annuities").mouseover(function() {showContent(6); });
    $("#link-tcf").mouseover(function() {showContent(7); });
    $("#link-fpqs").mouseover(function() { showContent(8); });
    $("#link-tech").mouseover(function() { showContent(9); });
    $("#link-web").mouseover(function() { showContent(10); });
    $("#link-accounting").mouseover(function() { showContent(11); });
    $("#link-marketing").mouseover(function() { showContent(12); });

    $("#link-news").mouseout(function() {showContent(0); });
    $("#link-compliance").mouseout(function() {showContent(0); });
    $("#link-templates").mouseout(function() {showContent(0); });
    $("#link-switches").mouseout(function() {showContent(0); });
    $("#link-srs").mouseout(function() {showContent(0); });
    $("#link-annuities").mouseout(function() {showContent(0); });
    $("#link-tcf").mouseout(function() {showContent(0); });
    $("#link-fpqs").mouseout(function() {showContent(0); });
    $("#link-tech").mouseout(function() { showContent(0); });
    $("#link-web").mouseout(function() { showContent(0); });
    $("#link-accounting").mouseout(function() { showContent(0); });
    $("#link-marketing").mouseout(function() { showContent(0); });
});

function showContent(section) {
    switch (section) {
        case 1:
            $("#title").text("News");
            $("#content").html("<p>What\'s new in TCF and the adviser\'s world?</p>" +
                "<p>What new initiatives do we all need to be aware of?</p>" +
                "<p>What are the recent hot topics?</p>" +
                "<p>What\'s hitting the headlines?</p>" +
                "<p>How can TimeMLM help you with any changes?</p>" +
                "<p>Are there any new T&C requirements?</p>" +
                "<p class='bold'>Stop here for news in brief about items that may be of interest to you and your business in a language that we can all understand.  This can be used as a forum for sharing ideas, their experiences, their comments and their concerns.  We all need a little guidance sometimes.</p>");
            break;
        case 2:
            $("#title").text("Compliance");
            $("#content").html("<p>Do you advertise your business anywhere?</p>" +
                "<p>Do you send out bulk mail shots?</p>" +
                "<p>Do you issue newsletters to your clients?</p>" +
                "<p>Would you like help designing your newsletters?</p>" +
                "<p>Who checks to see what you are saying is compliant?</p>" +
                "<p class='bold'>If you are directly registered or even if your not, would you like assistance in all aspects of \'Document Approval\' from creation to completion.  We have a team of compliance professionals that will be able to assist you in all your proof reading needs.</p>");
            break;
        case 3:
            $("#title").text("Templates");
            $("#content").html("<p>Do you find writing reports difficult?</p>" +
                "<p>Do you have the time to keep writing the routine parts of a report before you get to your recommendations?</p>" +
                "<p>Would you like all your reports to be uniform?</p>" +
                "<p>Would you like a particular style of reports that reflect the way you operate your business?</p>" +
                "<p class='bold'>With your input and guidance, let us create bespoke templates for all your reports that would enable you to deliver a clear and concise message in the style of your choosing that truly represents the efficient image of your business.</p>");
            break;
        case 4:
            $("#title").text("Switches");
            $("#content").html("<p>Do your clients have Personal Pensions with different providers?</p>" +
                "<p>Would they benefit from all the advantages of provider consolidation?</p>" +
                "<p>Do they have old Personal Pensions with varying risk profiles that need bringing together?</p>" +
                "<p>Do they have \'old plans\' with \'old companies\' that need bringing into the 21st Century?</p>" +
                "<p>Do you have the knowledge, technology and the overall time to be able to compliantly recommend a Personal Pension switch?</p>" +
                "<p class='bold'>Let us help you with the analysis of your clients different Personal Pension plans, provide you with clear and concise proof of the potential benefits switching may bring followed by a comprehensive report showing the who\'s, the what\'s, the why\'s and the when\'s.  Alternatively, if your clients have old Occupational Schemes and you don\'t have the required qualifications, let our Occupational pension specialist take control of your clients\' retirement planning needs.</p>");
            break;
        case 5:
            $("#title").text("SR\'s");
            $("#content").html("<p>Do you enjoy the \'sale\' but not the \'syntax\' of the report?</p>" +
                "<p>Do you have too many clients to see but can\'t get to them because of yesterday\'s reports?</p>" +
                "<p>Do you have trouble keeping up with all the things that need to be remembered to be included in a Suitability Report?</p>" +
                "<p>Do you have trouble meeting the deadlines of report writing?</p>" +
                "<p class='bold'>Once again we have a team of competent individuals from Sales, Compliance, Monitoring and Complaints Handling backgrounds, who would be able to provide you with a robust report writing service that will allow you more time to see your clients or spend on the golf course! - The choice would be yours.  The system is fully remote and once we are in possession of the facts, the completed report would be emailed back to you for your final review, signature and presentation to the client.</p>");
            break;
        case 6:
            $("#title").text("Annuities");
            $("#content").html("<p>Do you have clients nearing retirement?</p>" +
                "<p>Do you want to provide them with the best possible income available to meet their needs and circumstances?</p>" +
                "<p>Do you have the time to trawl all the providers for the perfect solution?</p>" +
                "<p class='bold'>Let us take control of the research and justification for your annuity needs.</p>");
            break;
        case 7:
            $("#title").text("TCF");
            $("#content").html("<p>How are you implementing the new Treating Customers Fairly initiative into your business?</p>" +
                "<p>How are you communicating this to your clients?</p>" +
                "<p>When was the last time that you had real and constructive feedback from your clients?</p>" +
                "<p>Do you see your business as others see it?</p>" +
                "<p>Do you see yourself as others see you?</p>" +
                "<p>How do you identify needs and shortfalls in the services that you provide your clients?</p>" +
                "<p>How do you intend to prove to the regulators, your networks or your principles that TCF is forefront in your sales process?</p>" +
                "<p class='bold'>With your input, let our TCF software create worthwhile bespoke questionnaires that can be posted manually or digitally to your clients after each sale, let our TCF software ask the real questions that you want real answers to, let our TCF software automatically collate the results from your returned questionnaires, let our TCF software clearly show you where your strengths and weaknesses lie and let our TCF software provide you with a clear record that will prove your commitment to the new initiative.</p>");
            break;
        case 8:
            $("#title").text("FPQ\'s");
            $("#content").html("<p>Do you have a compliant and efficient Fact Find that clearly represents your business?</p>" +
                "<p>Do you want one?</p>" +
                "<p>Are you bogged down with the flotsam and jetsam of questions that you may feel are just not worth asking?</p>" +
                "<p>Do you want a specific Fact Find for each of the product areas you specialise in?</p>" +
                "<p>Do you want specific style that would enhance your corporate image?</p>" +
                "<p>Do you want all of the above created for you in a compliant style and can be replicated time and time again?</p>" +
                "<p class='bold'>Let us know what questions you want asked, in what style you want, on how many pages you want, in what orientation you want and let our team of compliance specialists create a bespoke Fact Find. It will be design how you want it to look.</p>");
            break;
        case 9:
            $("#title").text("Tech");
            $("#content").html("<p>Do you know what a Macro is?</p>" +
                "<p>Should you care what it does?</p>" +
                "<p>How can you get your files out of your office and keep them safe?</p>" +
                "<p>Why won't your email work?</p>" +
                "<p>Want to set up a new network in you office or home?</p>" +
                "<p class='bold'>Let our IT specialist help with every problem you may have. Either by phone, video call or email.</p>");
            break;
        case 10:
            $("#title").text("Web");
            $("#content").html("<p>Need help putting your firm on the Internet?</p>" +
                "<p>Want advice on the best way to present yourself on the web?</p>" +
                "<p>Need to refresh your existing website to attract more customers?</p>" +
                "<p class='bold'>Our Friends at <a href='http://www.rollercoast.co.uk'>Rollercoast</a> can help with your <a href='http://www.rollercoast.co.uk'>web design</a> or <a href='http://www.rollercoast.co.uk'>web development</a> project, however large or small it may be. They developed this site for us with input from ourselves at every stage.</p>");
            break;
        case 11:
            $("#title").text("Accounting");
            $("#content").html("<p>Year-end taking you away from your clients?</p>" +
                "<p>Not sure what you can claim from the taxman?</p>" +
                "<p>Do you want to investigate a possible cheaper arrangement to your existing one?</p>" +
                "<p class='bold'>Professional accountants can help with the annual drudge of accounts, be it self-assessment for the independent IFA, or full audited accounts for a limited company. Navigate your way through their on line quoting system to see if savings could be made.  Our friends at <a href='http://www.paulausten.co.uk/'>Paul Austen Associates</a> will be happy to help on <a href='http://www.paulausten.co.uk/'>www.paulausten.co.uk</a>.</p>");
            break;
        case 12:
            $("#title").text("Marketing");
            $("#content").html("<p>Does your business need new blood?</p>" +
                "<p>Can you fill you diary every day?</p>" +
                "<p class='bold'>A new service coming soon can help with qualified leads to help your business grow!</p>");
            break;
        default:
            $("#title").text("Introduction");
            $("#content").html("<p>TimeMLM is a website created by Financial Advisers, for Financial Advisers. We understand that your business depends on you being in front of your customers giving valuable service and advice while… </p>" +
            "<p>You must also be seen to be Treating Customers Fairly.</p>" +
            "<p>Treating Customers Fairly (TCF) is the cornerstone of the FSA\'s philosophy of ensuring that Financial Advisers provide a good, value for money service, from Fact Find to Suitability Report – and beyond.</p>" +
            "<p>All this takes time, YOUR TIME. </p>" +
            "<p>The FSA state that all firms must be able to demonstrate to themselves and the FSA, that they are Treating Customers Fairly.</p>" +
            "<p>Your Fact Finds now have to be more in depth. Your Suitability Reports have to be sent to the customer quicker than before. They need to be more compliant than ever before – All this while you satisfy the TCF requirements and still try to earn a living.</p>" +
            "<p>TimeMLM is here to assist Financial Advisers.</p>" +
            "<p class='bold'>Hover your mouse on the icons to see where we can be of assistance to your business.</p>");
    }
}