$(document).ready(function(){
    //window.location = "http://www.google.com"
    paintHome();
    $(".subNavLink").parent().hide();

    $("#a_home_id").click(function(){
        paintHome();
        $("li.current").attr({"class":""});
        $(this).parent().attr({"class":"current"});
    });

    $("#a_products_id").click(function(){
        if($("#a_university_id").parent().css("display") == "none")
        {
           $(".subNavLink") .parent().show();
        }
        else
        {
           $(".subNavLink") .parent().hide();
        }
    });

    $("#a_university_id").click(function(){
        paintUniversity();
        $("li.current").attr({"class":""});
        $(this).parent().attr({"class":"current"});
    });

    $("#a_fss_id").click(function(){
        paintFSS();
        $("li.current").attr({"class":""});
        $(this).parent().attr({"class":"current"});
    });

    $("#a_software_id").click(function(){
        //kmr Fri Apr 10 08:06:54 MDT 2009
		//+2 use paintSoftware()
		//paintSoftware2();
		paintSoftware();
        $("li.current").attr({"class":""});
        $(this).parent().attr({"class":"current"});
    });

    $("#a_testimonials_id").click(function(){
        paintTestimonials();
        $("li.current").attr({"class":""});
        $(this).parent().attr({"class":"current"});
    });

    $("#a_about_id").click(function(){
        paintAboutUs();
        $("li.current").attr({"class":""});
        $(this).parent().attr({"class":"current"});
    });

    $("#a_contact_id").click(function(){
        paintContactUs();
        $("li.current").attr({"class":""});
        $(this).parent().attr({"class":"current"});
    });
	
	//kmr Thu Apr 16 22:07:00 MDT 2009
	//+$("#a_careers_id").click
    $("#a_careers_id").click(function(){
        paintCareers();
        $("li.current").attr({"class":""});
        $(this).parent().attr({"class":"current"});
    });

    $("#a_register_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#a_enewsletter_id").click(function(){
        paintEnewsletter();
    });

    $("#a_aboutus_footer_id").click(function(){
        $("#a_about_id").trigger("click");
    });

    $("#a_contact_footer_id").click(function(){
        $("#a_contact_id").trigger("click");
    });

    $("#a_map_footer_id").click(function(){
        $("#a_home_id").trigger("click");
    });

    $("#a_testimonials_footer_id").click(function(){
        $("#a_testimonials_id").trigger("click");
    });

    $("#a_support_footer_id").click(function(){
        paintSupport();
    });

    $("#a_learning_id").click(function(){
        $("#a_testimonials_id").trigger("click");
    });

    $("#a_login_id").click(function(){
        paintLogin();
    });

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
	
	//kmr Fri Apr 10 08:34:58 MDT 2009
	//+$("#a_privacy_footer_id").click
    $("#a_privacy_footer_id").click(function(){
        paintPrivacy();
    });
	
	//kmr Fri Apr 10 08:45:58 MDT 2009
	//+$("#a_tos_footer_id").click
    $("#a_tos_footer_id").click(function(){
        paintTermsOfService();
    });	
});



function paintHome()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_top_image_id'></div>"+
        "<div id='div_main_content_id'>"+
            "<div id='content_left_id' class='class_content'>"+
                "<p id='p_title1_id' class='class_title'><a id='a_university_text_id' href='#'>UNIVERSITY</a></p>"+
				//kmr Fri Apr 10 07:24:38 MDT 2009
				//+2 Replace text for "University"
                //"<p class='class_text'>An educated <b>employee</b> is a better employee! The Educated Investor University offers over 50 hours of interactive tools &amp; questions to help your <b>employees</b> grasp the key concepts of personal finance! Select the combination of coursework that fits the unique needs of your organization and its staff.</p>"+
				"<p class='class_text'>Over 50 hours of interactive online coursework to help your <b>employees</b> grasp the key concepts of personal finance!</p>"+
            "</div>"+
            "<div id='content_center_id' class='class_content'>"+
                "<p id='p_title2_id' class='class_title'><a id='a_fss_text_id' href='#'>FINANCIAL SUCCESS SUITE</a></p>"+
                //kmr Fri Apr 10 07:27:43 MDT 2009
				//+11 Replace text for "FSS"
				//"<p class='class_text'>Provide value to your <b>members</b> and <b>customers</b> with The Educated Investor Financial Success Suite! Over 2,500 interactive articles, quiz questions, calculators and important terms to choose from!"+
				"<p class='class_text'>A powerful suite of online interactive education tools for your website!"+
                //    "<ul id='ul_text_id'>"+
                //       "<li>Quick and easy setup</li>"+
                //        "<li>Customization</li>"+
                //        "<li>Online usage reports</li>"+
                //        "<li>Fresh content</li>"+
                //        "<li>Contextual links</li>"+
                //        "<li>Co-branding</li>"+
                //        "<li>Lead tracking</li>"+
                //    "</ul>"+
                "</p>"+
            "</div>"+
            "<div id='content_right_id' class='class_content'>"+
                "<p id='p_title3_id' class='class_title'><a id='a_software_text_id' href='#'>SOFTWARE</a></p>"+
                //kmr Fri Apr 10 07:31:17 MDT 2009
				//+2 Replace text for "Software"
				//"<p class='class_text'>The Educated Investor is a leading provider of interactive financial education products to <b>financial service firms</b> and millions of <b>individual investors</b>.<br/>Our customers benefit from the company's proprietary database of more than 8,000 tutorials, articles, quiz questions and definitions</p>"+
				"<p class='class_text'>A comprehensive suite of financial education products available via CD-ROM!</p>"+
            "</div>"+
        "</div>"
    );

    $("#a_university_text_id").click(function(){
        $("#a_university_id").trigger("click");
        $(".subNavLink") .parent().show();
    });

    $("#a_fss_text_id").click(function(){
        $("#a_fss_id").trigger("click");
        $(".subNavLink") .parent().show();
    });

    $("#a_software_text_id").click(function(){
        $("#a_software_id").trigger("click");
        $(".subNavLink") .parent().show();
    });

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

function paintUniversity()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_university_id'>"+
            "<div id='div_image_university_id'>"+
                "<a href='http://www.educatedinvestor.com/products/university' target='_blank'>"+
                    "<div id='div_image_logo_university_id'></div>"+
                "</a>"+
            "</div>"+
            "<p>"+
                "The Educated Investor University is an online education tool that empowers your employees with the financial knowledge they need to help your members and themselves."+
            "</p>"+
            "<ul>"+
                "<li><b>Targeted:</b> Training topics that support your product mix.</li>"+
                "<li><b>Flexible:</b> Schedule training around staff work flow.</li>"+
                "<li><b>Affordable:</b> Solutions start for less than $5 per employee.</li>"+
                "<li><b>Trackable:</b> Track training progress and performance with ease.</li>"+
                "<li><b>Enjoyable:</b> No dull lectures! Courses are interesting and informative.</li>"+
                "<li><b>It works:</b> Improve employee satisfaction, performance and retention to build a superior sales and service culture.</li>"+
            "</ul>"+
            "<p>To learn more about how the University can help you and your members, please <a href='http://www.educatedinvestor.com/products/university' target='_blank'>Click Here</a></p>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

function paintFSS()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_fss_id'>"+
            "<div id='div_content_image_center_id'>"+
                "<a href='http://www.educatedinvestor.com/products/fss' target='_blank'>"+
                    "<div id='div_fss_image_logo_id'></div>"+
                    "<div id='div_image_fss_id'></div>"+
                "</a>"+
            "</div>"+
            "<div id='div_image_products_id'></div>"+
            "<p>"+
                "To find out more about how the Educated Investor Financial Success Suite will provide value for your members, <a href='http://www.educatedinvestor.com/products/fss' target='_blank'>Click Here</a>"+
            "</p>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

function paintSoftware()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_software_id'>"+
            "<div>"+
                "<a href='http://www.educatedinvestor.com/products/software' target='_blank'>"+
                    "<div id='div_sw_image_logo_id'></div>"+
                "</a>"+
            "</div>"+
            "<div id='div_header_text1_id'>"+
                "Personal Finance Can Be Confusing... We Make it Simple."+
            "</div>"+
            //"<p>"+
                //"The Educated Investor is a leading provider of interactive financial education products to financial service firms and millions of individual investors. Our customers benefit from the company's proprietary database of more than 8,000 tutorials, articles, quiz questions and definitions."+
                "<p>A comprehensive suite of financial education products available via CD-ROM!</p><br>"+
                "<a href='http://www.educatedinvestor.com/products/software' target='_blank' style='text-decoration:none;'>"+
                "<p style='text-align:center;font-size:12px;font-weight:bold;cursor:pointer;color:#000000;'>"+
                    "NBR Edition of the Encyclopedia of Personal Finance<br><br>"+
                    "Encyclopedia of Personal Finance Deluxe<br><br>"+
                    "Educated Investor Guide Series"+
                "</p>"+
                "</a>"+
            //"</p>"+
            "<br/><br/>"+
            "<p>"+
                "To learn more about the Educated Investor Software, <a href='http://www.educatedinvestor.com/products/software' target='_blank'>Click Here</a>"+
            "</p>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

function paintTestimonials()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div class='testimonial_wrapper'>"+
            "<div class='left_column'>"+
                "<p>"+
                    "Rob Givens, CEO<br/>Mazuma Credit Union<br/>Kansas City, Missouri"+
                "</p>"+
                "<p>"+
                    "<img alt='Mazuma Credit Union' src='http://educatedinvestor.com/products/images/mazuma_logo.gif'/>"+
                "</p>"+
            "</div>"+
            "<div class='right_column'>"+
                "<p>"+
                    "<strong>Flexible, Convenient and Easy-To-Use</strong><br/>'We’re very excited to be bringing the Financial Success Suite to our members. The Suite is a great way to deliver this content to members. The better our members understand their financial needs and options, the better we’ll be able to serve them, and the better their financial situation will become. We are always looking for opportunities to educate them and the Financial Success Suite is one of the best options we have found.'"+
                "</p>"+
            "</div>"+
        "</div>"+
// 2010-04-15 2130MDT **kmr No longer needed
//        "<div class='testimonial_wrapper'>"+
//            "<div class='left_column'>"+
//                "<p>"+
//                    "Sonya McDonald<br/>VP of Sales and Marketing<br/>Randolph-Brooks Federal Credit Union<br/>Universal City, Texas"+
//                "</p>"+
//                "<p>"+
//                    "<img alt='Randolph-Brooks Federal Credit Union' src='http://educatedinvestor.com/products/images/rbfcu_logo.gif'/>"+
//                "</p>"+
//            "</div>"+
//            "<div class='right_column'>"+
//                "<p>"+
//                    "<strong>Education That's Always On</strong><br/>'The Financial Success Suite enhances what we have to offer our members in that it is a simple, interactive tool that provides financial education 365 days a year. This program helps bring our members back on a daily basis to learn helpful information.'"+
//                "</p>"+
//            "</div>"+
//        "</div>"+
        "<div class='testimonial_wrapper'>"+
            "<div class='left_column'>"+
                "<p>"+
                    "Susan Frank<br/>Chief Executive Officer<br/>Desert Schools Federal Credit Union<br/>Phoenix, Arizona"+
                "</p>"+
                "<p>"+
                    "<img alt='Desert Schools Federal Credit Union' src='http://educatedinvestor.com/products/images/dscu_logo.gif'/>"+
                "</p>"+
            "</div>"+
            "<div class='right_column'>"+
            "<p>"+
                "<strong>Helping Members and Employees</strong><br/>'We love the financial education courses. They not only help our employees do a better job in assisting our members, but they also help the employees improve their own financial health.'"+
            "</p>"+
            "</div>"+
        "</div>"+
        "<div class='testimonial_wrapper'>"+
            "<div class='left_column'>"+
                "<p>"+
                    "Tony Klubertanz<br/>Director - Training & Development<br/>Summit Credit Union<br/>Madison, Wisconsin"+
                "</p>"+
                "<p>"+
                    "<img alt='Summit Credit Union' src='http://educatedinvestor.com/products/images/summitcu_logo.gif'/>"+
                "</p>"+
            "</div>"+
            "<div class='right_column'>"+
                "<p>"+
                    "<strong>Win, Win, Win</strong><br/>'Education and advice is critical to our success in this industry. Our members win when our staff is prepared to be the financial advisors that they expect and deserve. Our staff wins when they are provided great education that results in a tangible certification. Our credit union wins when we increase our members' financial power. The system and the courses at Precision Information are excellent partners in creating this win, win, win environment.'"+
                "</p>"+
            "</div>"+
        "</div>"+
        "<div class='testimonial_wrapper'>"+
            "<div class='left_column'>"+
                "<p>"+
                    "Becky Nilsen<br/>CEO, Desert Schools Financial Services<br/>Desert Schools Federal Credit Union<br/>Phoenix, Arizona"+
                "</p>"+
                "<p>"+
                    "<img alt='Desert Schools Federal Credit Union' src='http://educatedinvestor.com/products/images/dscu_logo.gif'/>"+
                "</p>"+
            "</div>"+
            "<div class='right_column'>"+
                "<p>"+
                    "<strong>Financial Education Grows Referrals<br/></strong>'The more our employees understand financial services and products, the more likely they are to refer members to our financial advisors.'"+
                "</p>"+
                "<p>"+
                    "<strong>Precision Information is a Dedicated Partner<br/></strong>'It has been a great journey working with Precision Information. They have exceeded my expectations on a service level and are always open to suggestions on ways we can continually improve the program. I look forward to a long-term relationship with PI.'"+
                "</p>"+
                "<ul class='quickLinks'>"+
                    "<li class='pdf'><a href='http://www.educatedinvestor.com/downloads/pdf/Desert_Schools_Case_Study.pdf'>Available in PDF format</a></li>"+
                "</ul>"+
            "</div>"+
        "</div>"+
        "<div class='testimonial_wrapper'>"+
            "<div class='left_column'>"+
                "<p>"+
                    "Rhonda Fronczak<br/>Quality and Organizational Development Manager<br/>Air Academy Federal Credit Union<br/>Colorado Springs, CO"+
                "</p>"+
                "<p>"+
                    "<img alt='Air Academy Federal Credit Union' src='http://educatedinvestor.com/products/images/aafcu_logo.gif'/>"+
                "</p>"+
            "</div>"+
            "<div class='right_column'>"+
                "<p>"+
                    "<strong>Financial Education Improves Satisfaction and Productivity<br/></strong>'Before, maybe they (employees) were hesitant about answering a particular question about a financial product or service. But learning can change that hesitancy into confidence. Simply, an educated employee is a more satisfied employee and they will do better in sales and referrals in the long-term.'"+
                "</p>"+
                "<p>"+
                    "<strong>Precision Information Focuses on YOUR Needs<br/></strong>'I learned that this company (Precision Information) really cares about what they do. I've been involved in things like this before, but I was pleasantly surprised this time around…It made a big difference. It's a program like no other I've seen.'"+
                "</p>"+
            "</div>"+
        "</div>"+
        "<div class='testimonial_wrapper'>"+
            "<div class='left_column'>"+
                "<p>"+
                    "Sarah Yoder<br/>SVP, Human Resources<br/>DuTrac Community CU<br/>Dubuque, Iowa"+
                "</p>"+
                "<p>"+
                    "<img height='86' width='200' alt='DuTrac Community Credit Union' src='http://educatedinvestor.com/products/images/dutraccu_logo.gif'/>"+
                "</p>"+
            "</div>"+
            "<div class='right_column'>"+
                "<p>"+
                    "<strong>The Educated Investor is a 'Great Tool' for Financial Education</strong><br/>'I'm very excited about giving our staff this wonderful tool for increasing their knowledge of personal finance. My belief is that with a better understanding of their own personal finance, the better they are able to explain to members the various options and choices they have to manage their lives and improve their financial condition.'"+
                "</p>"+
                "<p>"+
                    "'I think Joe and his team have created something awesome with the Educated Investor University online. It is simply a great tool. It is easy to maneuver around and it is complete. I mean there are no gaps in the content. It's very thorough and it's accessible. You can find exactly what you need and it is always there at your fingertips. I see it as an ongoing resource for my employees.' "+
                "</p>"+
            "</div>"+
        "</div>"+
        "<div class='testimonial_wrapper'>"+
            "<div class='left_column'>"+
                "<p>"+
                    "Melanie Hoffner<br/>Staff Development Specialist<br/>DuTrac Community CU<br/>Dubuque, Iowa"+
                "</p>"+
                "<p>"+
                    "<img height='86' width='200' alt='DuTrac Community Credit Union' src='http://educatedinvestor.com/products/images/dutraccu_logo.gif'/>"+
                "</p>"+
            "</div>"+
            "<div class='right_column'>"+
                "<p>"+
                    "<strong>Financial Education Benefits Staff, Members, and Grows Sales</strong><br/>'I believe -and it is our first goal- that if we educate our staff to better their financial literacy, both they AND our members will benefit. The secondary benefit will be increased sales of products and services that better meet members' needs…What a difference it makes when employees have a sense of control over what they can learn. They generally feel much more positive about it; much more confident. And many staff asked to learn more about the personal financial literacy topics!'"+
                "</p>"+
                "<p>"+
                    "<strong>The Educated Investor University Should Benefit Credit Unions Nationwide</strong><br/>'What impressed me was his (Precision Information CEO, Joe Saari) deep passion for credit unions and the willingness to work with credit union people to design and develop this online learning experience…Joe and his staff communicate their sincere commitment to personal financial education, and their choice to partner with credit unions on this project speaks well for both his company, Precision Information, and for the commitment credit unions have to member education…I'd like to see the Educated Investor University used in credit unions nationwide. It has the potential to impact the financial lives of staff members, and in turn, their ability to impact the financial lives of members in a very positive way.'"+
                "</p>"+
            "</div>"+
        "</div>"+
        "<p style='text-align: center;'>"+
            "<a href='http://www.educatedinvestor.com/products/university/testimonials.xml' style='text-decoration:none; outline:none;'>"+
            "<img alt='Learn More' src='http://educatedinvestor.com/products/images/learnmore_large_button.gif' border='0'/>"+
            "</a>"+
        "</p>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

function paintAboutUs()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_about_id'>"+
            "<div id='div_image_logo_id'></div>"+
            "<p>"+
                "The Educated Investor family of products are published by Precision Information, LLC (PI), a "+
                "leading provider of interactive financial education products to financial service firms and "+
                "millions of individual investors. PI's customers benefit from the company´s proprietary "+
                "database of more than 8000 pages of articles, tutorials, definitions, and quiz questions. Such "+
                "industry leaders as Ameritrade, Morningstar, Intuit, and New York Life rely on Precision "+
                "Information to provide accurate, reliable, unbiased, engaging and easy-to-use NASD-compliant "+
                "material through web and software applications. PI´s flagship software product, The "+
                "Encyclopedia of Personal Finance NBR Edition <sup>(TM)</sup>, is the most comprehensive personal "+
                "finance education resource available for the individual investor."+
            "</p><br/>"+
            "<p>"+
                "Co-founders Joe Saari and Ed Harris formed PI in March of 1998. In January 2001, PI launched "+
                "its first education software product, The Encyclopedia of Personal Finance <sup>(TM)</sup>. Shortly "+
                "thereafter, PI leveraged its proprietary database of financial education materials to quickly "+
                "create customized, co-branded interactive educational experiences for financial service firms "+
                "and individuals.<br/>"+
                "PI currently has 9 employees and has been successful in providing financial educational "+
                "experiences to millions of people worldwide, and over 200 financial service firms."+
            "</p><br/>"+
            "<p>"+
                "Precision Information (PI) is passionate about its mission, which is to publish interactive "+
                "educational experiences to enrich the lives of the individuals and organizations we serve. We "+
                "are united in this effort by core values that enable us to pursue our mission with passion and "+
                "purpose. We are committed to:"+
            "</p>"+
            "<ul>"+
                "<li>Do the Right Thing: Act with Honesty and Integrity in All That We Do.</li>"+
                "<li>Take Personal Ownership, Responsibility and Pride in Our Work.</li>"+
                "<li>Respect Others. Seek First to Understand; Then Look to be Understood.</li>"+
                "<li>Deliver Exceptional Sales and Service. Seek to &quot;WOW&quot; Our Customers!</li>"+
                "<li>Actively Invest in the Individuals and Communities We Serve.</li>"+
                "<li>Be Good Stewards of Our Resources. Practice Frugality and Thrift.</li>"+
                "<li>Act with Humility. Speak Softly, Work as a Team to Deliver Exceptional Results!</li>"+
            "</ul>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

//kmr Tue Apr 14 07:54:35 MDT 2009
//+paintContactUs() (replacement by Mike Topalovich)
function paintContactUs()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_contact_id'>"+
            "<p>"+
                "Contact Us:<br/>"+
                "Please fill in the information below and someone will respond to your inquiry as soon as possible. You can also call us at (888) 345-1285. Thank you!"+
            "</p><br/><br/>"+
			//kmr Thu Apr 16 21:21:00 MDT 2009
			//+2 added id to form for JS handling
            //"<form action='https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8' method='post'>"+
			"<form id='contactUsForm' action='https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8' method='post'>"+
            "<input name='oid' value='00D70000000J7fp' type='hidden' />"+
		    "<input name='retURL' value='http://www.educatedinvestor.com' type='hidden' />"+
		    "<input id='lead_source' name='lead_source' value='Web' type='hidden' />"+
		    "<input id='00N70000001vwzF' name='00N70000001vwzF' value='Web' type='hidden' />"+
            "<table align='center'>"+
                "<tbody>"+
                    "<tr>"+
                        "<td align='right'>First Name: </td>"+
                        "<td align='left'><input id='first_name' maxlength='40' name='first_name' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Last Name: </td>"+
                        "<td align='left'><input id='last_name' maxlength='80' name='last_name' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Organization: </td>"+
                        "<td align='left'><input id='company' maxlength='40' name='company' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Title: </td>"+
                        "<td align='left'><input id='title' maxlength='40' name='title' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Phone Number: </td>"+
                        "<td align='left'><input id='00N70000001vwtq' maxlength='40' name='00N70000001vwtq' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Email Address: </td>"+
                        "<td align='left'><input id='email' maxlength='80' name='email' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right' valign='top'>Please tell us how we can help: </td>"+
                        "<td align='left'><textarea name='description' rows='5'></textarea></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td>&nbsp;</td>"+
                        "<td align='center'><input type='submit' class='submit' value='Send' /></td>"+
                    "</tr>"+
                "</tbody>"+
            "</table>"+
            "</form>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
	
	//kmr Thu Apr 16 21:46:26 MDT 2009
	//+$("form#contactUsForm").submit
	$("form#contactUsForm").submit(function(){
		var isValid = true;
		$(this).find("input").each(function(){
			if($(this).attr("value").length == 0){
				isValid = false;
			}
		})
		if (!isValid) {
			alert("Sorry, all fields are required in order to send your inquiry.");
		}
		else {
			alert("Thank you for your inquiry! Click OK to return to the Educated Investor homepage.");
		}
		return isValid;
	});
}

//kmr Tue Apr 14 07:55:27 MDT 2009
//paintContactUs() -> paintContactUs2()
function paintContactUs2()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_contact_id'>"+
            "<p>"+
                "Contact Us:<br/>"+
                "Please fill in the information below and someone will respond to your inquiry as soon as possible. You can also call us at (888) 345-1285. Thank you!"+
            "</p><br/><br/>"+
            "<form action='' method='post'>"+
            "<table align='center'>"+
                "<tbody>"+
                    "<tr>"+
                        "<td align='right'>First Name: </td>"+
                        "<td align='left'><input type='text' name='name_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Last Name: </td>"+
                        "<td align='left'><input type='text' name='last_name_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Organization: </td>"+
                        "<td align='left'><input type='text' name='organization_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Title: </td>"+
                        "<td align='left'><input type='text' name='title_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Phone Number: </td>"+
                        "<td align='left'><input type='text' name='phone_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Email Address: </td>"+
                        "<td align='left'><input type='text' name='email_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right' valign='top'>Please tell us how we can help: </td>"+
                        "<td align='left'><textarea name='suggest_id' rows='5'></textarea></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td>&nbsp;</td>"+
                        "<td align='center'><input type='submit' class='submit' value='Send' /></td>"+
                    "</tr>"+
                "</tbody>"+
            "</table>"+
            "</form>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

//kmr Thu Feb 25 08:55:00 MDT 2010
function paintRegistrationType()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );
	
    $("#div_center_id").html(
        "<div id='div_text_registration_type_id'>"+
            "<p>Precision Information offers two different web demo sessions.</p>"+
			"<p>Are you interested in <a id='a_registration_type_employee_id' style='text-decoration:underline;cursor:pointer;' href='#'>employee education</a> or <a id='a_registration_type_member_id' style='text-decoration:underline;cursor:pointer;' href='#'>member education</a>?</p>"+
		"</div>"
	);
	
    $("#div_button_green_id").click(function(){
        paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
	
	$("#a_registration_type_employee_id").click(function(){
		//paintRegisterEmployee();
		paintContactUs();
	});	

	$("#a_registration_type_member_id").click(function(){
		//paintRegisterMember();
		paintContactUs();
	});	

	
}

//kmr Wed Apr 15 06:07:50 MDT 2009
//+paintRegister() (replacement by Mike Topalovich)
function paintRegisterEmployee()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_register_id'>"+
		
            "<p>JOIN US FOR a FREE 30 minute web demo about the bottom line benefits of financial education!</p>"+
			"<p>The short interactive web demo provides an executive overview of the <strong>Educated Investor University</strong>.</p>"+
			"<p>The short web demo helps clarify how improving the financial literacy of your employees can positively improve the financial well-being of your employees, members and your credit union. The web demo highlights lessons learned from a dozen credit unions who have significantly improved employee morale, productivity and seen strong growth in referrals, assets and ROA."+
			"<p>Web demos are held each <strong>Tuesday at 1pm CDT</strong>. Please sign up for a FREE web demo and choose your date below.</p>"+
			"<br/><br/>"+
			
			//kmr Thu Apr 16 21:21:00 MDT 2009
			//+2 added id to form for JS handling
            //"<form action='https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8' method='post'>"+
			"<form id='registerForm' action='https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8' method='post'>"+
            "<input name='oid' value='00D70000000J7fp' type='hidden' />"+
		    "<input name='retURL' value='http://www.educatedinvestor.com' type='hidden' />"+
		    "<input id='lead_source' name='lead_source' value='Web Demo Sign Up- EIU' type='hidden' />"+
		    "<input id='00N70000001vwzF' name='00N70000001vwzF' value='Web' type='hidden' />"+
			//kmr Mon Apr 20 13:06:05 MDT 2009
			//+1 added hidden input (addition by Mike Topalovich)
			"<input id='00N70000001w9jg' name='00N70000001w9jg' value='Yes' type='hidden' />"+
            "<table align='center'>"+
                "<tbody>"+
                    "<tr>"+
                        "<td align='right'>First Name: </td>"+
                        "<td align='left'><input id='first_name' maxlength='40' name='first_name' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Last Name: </td>"+
                        "<td align='left'><input id='last_name' maxlength='80' name='last_name' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Organization: </td>"+
                        "<td align='left'><input id='company' maxlength='40' name='company' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Title: </td>"+
                        "<td align='left'><input id='title' maxlength='40' name='title' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Phone Number: </td>"+
                        "<td align='left'><input id='00N70000001vwtq' maxlength='40' name='00N70000001vwtq' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Email Address: </td>"+
                        "<td align='left'><input id='email' maxlength='80' name='email' size='20' type='text' /></td>"+
                    "</tr>"+
					//kmr Wed Apr 29 04:45:22 MDT 2009
					//+10 removed this row
                    //"<tr>"+
                    //    "<td align='right'>Which demo would you like to attend? </td>"+
                    //    "<td align='left'>"+
                    //        "<select id='00N70000002Qkoa' name='00N70000002Qkoa' title='Webinar Attending'>"+
                    //            "<option value='0'>-None-</option>"+
                    //            "<option value='Employee Education'>Employee Education</option>"+
                    //            "<option value='Member Education'>Member Education</option>"+
                    //        "</select>"+
                    //    "</td>"+
                    //"</tr>"+
                    "<tr>"+
                        "<td align='right'>Please choose a date: </td>"+
                        "<td align='left'>"+
                            "<select id='00N70000002QkoV' name='00N70000002QkoV' title='Date Attending Webinar'>"+
								"<option value=\"2010-04-20\">Apr 20</option>"+
								"<option value=\"2010-04-27\">Apr 27</option>"+
								"<option value=\"2010-05-04\">May 4</option>"+
								"<option value=\"2010-05-11\">May 11</option>"+
								"<option value=\"2010-05-18\">May 18</option>"+
								"<option value=\"2010-05-25\">May 25</option>"+
								"<option value=\"2010-06-01\">Jun 1</option>"+
								"<option value=\"2010-06-08\">Jun 8</option>"+
							"</select>"+
                        "</td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>How did you hear about us?</td>"+
                        "<td align='left'>"+
                            "<select id='Campaign_ID' name='Campaign_ID'>"+
								//*kmr+14 Tue Jun 23 07:56:41 MDT 2009
								//replace options
                                //"<option value='70170000000KzVv'>None</option>"+
                                //"<option value='70170000000KzVq'>WDJK09</option>"+
                                //"<option value='70170000000KzW0'>WDSR09</option>"+
                                //"<option value='70170000000KzW1'>WDJS09</option>"+
                                //"<option value='70170000000KzVl'>WDTD09</option>"+
                                //"<option value='70170000000KzVm'>WDES09</option>"+
								//"<option value='70170000000KzVv'>None</option>"+
								//"<option value='70170000000L5lp'>WDBDL</option>"+
								//"<option value='70170000000L5lz'>WDCUES</option>"+
								//"<option value='70170000000KzVm'>WDES</option>"+
								//"<option value='70170000000KzW1'>WDJS</option>"+
								//"<option value='70170000000KzVq'>WDKC</option>"+
								//"<option value='70170000000KzW0'>WDSR</option>"+
								//"<option value='70170000000KzVl'>WDTD</option>"+
								"<option value='70170000000Ojzn'>Browsing Site</option>"+
								"<option value='70170000000Ojzi'>Kristi Wenger</option>"+
                            "</select>"+
                        "</td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td>&nbsp;</td>"+
                        "<td align='center'><input type='submit' class='submit' value='Send' /></td>"+
                    "</tr>"+
                "</tbody>"+
            "</table>"+
            "</form>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
	
	//kmr Thu Apr 16 21:50:30 MDT 2009
	//+$("form#registerForm").submit
	$("form#registerForm").submit(function(){
		var isValid = true;
		$(this).find("input").each(function(){
			if($(this).attr("value").length == 0){
				isValid = false;
			}
		})
		if(!isValid) {
			alert("Sorry, all fields are required in order to send your inquiry.");
		}
		else {
			alert("Thank you for your inquiry! Click OK to return to the Educated Investor homepage.");
		}
		return isValid;
	});	
}

function paintRegisterMember()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_register_id'>"+
            "<p>JOIN US FOR a FREE 30 minute web demo about the bottom line benefits of financial education!</p>"+
			"<p>The short interactive web demo provides an executive overview of the <strong>Financial Success Suite (FSS)</strong>.</p>"+
			"<p>The short web demo helps clarify how improving the financial literacy of your members can positively your bottom line. The web demo highlights lessons learned from credit unions who have significantly increased revenue and non-interest income, as well as seen growth in referrals, assets and ROA.</p>"+
			"<p>Web demos are held each <strong>Thursday at 1pm CDT</strong>. Please sign up for a FREE web demo and choose your date below.</p>"+
			"<br/><br/>"+
			"<form id='registerForm' action='https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8' method='post'>"+
            "<input name='oid' value='00D70000000J7fp' type='hidden' />"+
		    "<input name='retURL' value='http://www.educatedinvestor.com' type='hidden' />"+
			"<input id='lead_source' name='lead_source' value='Web Demo Sign Up- FSS' type='hidden' />"+
		    "<input id='00N70000001vwzF' name='00N70000001vwzF' value='Web' type='hidden' />"+
			"<input id='00N70000001w9jg' name='00N70000001w9jg' value='Yes' type='hidden' />"+
			"<table align='center'>"+
                "<tbody>"+
                    "<tr>"+
                        "<td align='right'>First Name: </td>"+
                        "<td align='left'><input id='first_name' maxlength='40' name='first_name' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Last Name: </td>"+
                        "<td align='left'><input id='last_name' maxlength='80' name='last_name' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Organization: </td>"+
                        "<td align='left'><input id='company' maxlength='40' name='company' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Title: </td>"+
                        "<td align='left'><input id='title' maxlength='40' name='title' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Phone Number: </td>"+
                        "<td align='left'><input id='00N70000001vwtq' maxlength='40' name='00N70000001vwtq' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Email Address: </td>"+
                        "<td align='left'><input id='email' maxlength='80' name='email' size='20' type='text' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Please choose a date: </td>"+
                        "<td align='left'>"+
                            "<select id='00N70000002QkoV' name='00N70000002QkoV' title='Date Attending Webinar'>"+
								"<option value=\"2010-04-22\">Apr 22</option>"+
								"<option value=\"2010-04-29\">Apr 29</option>"+
								"<option value=\"2010-05-06\">May 6</option>"+
								"<option value=\"2010-05-13\">May 13</option>"+
								"<option value=\"2010-05-20\">May 20</option>"+
								"<option value=\"2010-05-27\">May 27</option>"+
								"<option value=\"2010-06-03\">Jun 3</option>"+
								"<option value=\"2010-06-10\">Jun 10</option>"+
							"</select>"+
                        "</td>"+
                    "</tr>"+
                	"<tr>"+
						"<td align='right'>How did you hear about us? </td>"+
                        "<td align='left'>"+
                            "<select id='Campaign_ID' name='Campaign_ID'>"+
								"<option value='70170000000Ojzn'>Browsing Site</option>"+
								"<option value='70170000000Ojzi'>Kristi Wenger</option>"+
							 "</select>"+
                        "</td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td>&nbsp;</td>"+
                        "<td align='center'><input type='submit' class='submit' value='Send' /></td>"+
                    "</tr>"+
                "</tbody>"+
            "</table>"+
            "</form>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
	
	$("form#registerForm").submit(function(){
		var isValid = true;
		$(this).find("input").each(function(){
			if($(this).attr("value").length == 0){
				isValid = false;
			}
		})
		if(!isValid) {
			alert("Sorry, all fields are required in order to send your inquiry.");
		}
		else {
			alert("Thank you for your inquiry! Click OK to return to the Educated Investor homepage.");
		}
		return isValid;
	});	
}

//kmr Wed Apr 15 06:06:13 MDT 2009
//paintRegister() -> paintRegister2()
function paintRegister2()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_register_id'>"+
            "<p>"+
                "Please fill in the below information to register for the Free Web Demo. You will receive an email with the registration information. Thank you!"+
            "</p><br/><br/>"+
            "<form action='' method='post'>"+
            "<table align='center'>"+
                "<tbody>"+
                    "<tr>"+
                        "<td align='right'>First Name: </td>"+
                        "<td align='left'><input type='text' name='name_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Last Name: </td>"+
                        "<td align='left'><input type='text' name='last_name_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Organization: </td>"+
                        "<td align='left'><input type='text' name='organization_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Title: </td>"+
                        "<td align='left'><input type='text' name='title_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Phone Number: </td>"+
                        "<td align='left'><input type='text' name='phone_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Email Address: </td>"+
                        "<td align='left'><input type='text' name='email_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Which demo would you like to attend? </td>"+
                        "<td align='left'>"+
                            "<select name='promo_code_id'>"+
                                "<option value='0'>-None-</option>"+
                                "<option value='Employee Education'>Employee Education</option>"+
                                "<option value='Member Education'>Member Education</option>"+
                            "</select>"+
                        "</td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Please choose a date: </td>"+
                        "<td align='left'>"+
                            "<select name='date_id'>"+
                                "<option value='0'>-None-</option>"+
                                "<option value='12-05-2009'>May 12</option>"+
                                "<option value='19-05-2009'>May 19</option>"+
                                "<option value='26-05-2009'>May 26</option>"+
                                "<option value='2-06-2009'>Jun 2</option>"+
                                "<option value='9-06-2009'>Jun 9</option>"+
                            "</select>"+
                        "</td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Promo Code: </td>"+
                        "<td align='left'>"+
                            "<select name='promo_code_id'>"+
                                "<option value='0'>-None-</option>"+
                                "<option value='Sales person 1'>Sales person 1</option>"+
                                "<option value='Sales person 2'>Sales person 2</option>"+
                                "<option value='Tammy DOuglass'>Tammy DOuglass</option>"+
                                "<option value='Sales person 3'>Sales person 3</option>"+
                                "<option value='CUES call center'>CUES call center</option>"+
                                "<option value='Conference'>Conference</option>"+
                                "<option value='Educated Investor E-Newsletter'>Educated Investor E-Newsletter</option>"+
                                "<option value='CUES E-Newsletter'>CUES E-Newsletter</option>"+
                                "<option value='Other'>Other</option>"+
                                "<option value='None'>None</option>"+
                            "</select>"+
                        "</td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td>&nbsp;</td>"+
                        "<td align='center'><input type='submit' class='submit' value='Send' /></td>"+
                    "</tr>"+
                "</tbody>"+
            "</table>"+
            "</form>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}
//kmr Sat Apr 25 05:12:26 MDT 2009
//+paintEnewsletter()
function paintEnewsletter()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_enewsletter_id'>"+
            "<p>"+
				"Sign up for a Free semi-monthly E-Newsletter with the Educated Investor!"+
            "</p><br/><br/>"+
			"<form id='signUp' action='http://news.educatedinvestor.com/forms/signup.html?id=4fb5ec1a-4bcc-42a7-aeab-4e160550967f' method='post'>"+
			"<input id='returnUrl' name='returnUrl' type='hidden' value='http://www.educatedinvestor.com' />"+
            "<table align='center'>"+
                "<tbody>"+
                    "<tr>"+
                        "<td align='right'><span class='class_red'>*</span> First Name: </td>"+
                        "<td align='left'><input id='attributesData10' class='textbox' type='text' value='' name='attributesData[10]'/></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'><span class='class_red'>*</span> Last Name: </td>"+
                        "<td align='left'><input id='attributesData11' class='textbox' type='text' value='' name='attributesData[11]'/></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Organization: </td>"+
                        "<td align='left'><input id='attributesData12' class='textbox' type='text' value='' name='attributesData[12]'/></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Title: </td>"+
                        "<td align='left'><input id='attributesData13' class='textbox' type='text' value='' name='attributesData[13]'/></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Phone Number: </td>"+
                        "<td align='left'><input id='attributesData14' class='textbox' type='text' value='' name='attributesData[14]'/></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'><span class='class_red'>*</span> Email Address: </td>"+
                        "<td align='left'><input id='emailAddress' class='textbox' type='text' value='' name='emailAddress'/></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td>&nbsp;</td>"+
                        "<td align='center'><input type='submit' class='submit' value='Send' /></td>"+
                    "</tr>"+
                "</tbody>"+
            "</table>"+
            "</form>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

//kmr Sat Apr 25 05:11:27 MDT 2009
//patinEnewsletter() -> paintEnewsletter2()
function paintEnewsletter2()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_enewsletter_id'>"+
            "<p>"+
				//kmr Fri Apr 10 08:58:14 MDT 2009
				//+2 typo "sing" --> "sign", "semimonthly" --> "semi-monthly"
                //"Sing up for a Free semimonthly E-Newsletter with the Educated Investor!"+
				"Sign up for a Free semi-monthly E-Newsletter with the Educated Investor!"+
            "</p><br/><br/>"+
            "<form action='' method='post'>"+
            "<table align='center'>"+
                "<tbody>"+
                    "<tr>"+
                        "<td align='right'><span class='class_red'>*</span> First Name: </td>"+
                        "<td align='left'><input type='text' name='name_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'><span class='class_red'>*</span> Last Name: </td>"+
                        "<td align='left'><input type='text' name='last_name_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Organization: </td>"+
                        "<td align='left'><input type='text' name='organization_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Title: </td>"+
                        "<td align='left'><input type='text' name='title_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'>Phone Number: </td>"+
                        "<td align='left'><input type='text' name='phone_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td align='right'><span class='class_red'>*</span> Email Address: </td>"+
                        "<td align='left'><input type='text' name='email_id' /></td>"+
                    "</tr>"+
                    "<tr>"+
                        "<td>&nbsp;</td>"+
                        "<td align='center'><input type='submit' class='submit' value='Send' /></td>"+
                    "</tr>"+
                "</tbody>"+
            "</table>"+
            "</form>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

function paintSupport()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<br>"+
        "<p style='width:85%;margin:0 auto;'>"+
            "Precision Information is commited to the highest standard of support for our products and services. If you are experiencing any difficulties, please do not hesitate to contact us and we will respond to your inquiry as quickly as possible. Support hours are from 9am-5pm CT."+
        "</p><br><br>"+
        "<p style='text-align:center;'>"+
            "(888) 345-1285<br>"+
            "support@educatedinvestor.com"+
        "</p>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

function paintLogin()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<br><br>"+
        "<h2 style='margin:0 auto;width:330px;'>Where would you like to login?</h2>"+
        "<br><br>"+
        "<div id='div_image_university_id'>"+
            "<a href='https://www.educatedinvestor.com/elearning/university/login.xml?for=EducatedInvestor' target='_blank'>"+
                "<div id='div_image_logo_university_id'></div>"+
            "</a>"+
        "</div>"+
        "<br><br>"+
        "<div id='div_content_image_center_id'>"+
            "<a href='http://www.educatedinvestor.com/fss/admin/login.xml' target='_blank'>"+
                "<div id='div_image_fss_id'></div>"+
            "</a>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

function paintSoftware2()
{
    $("#div_content_middle_id").html(
        "<div id='div_top_image_id'></div>-->"+
        "<div id='div_top_image2_id'></div>-->"+
        "<div class='div_class_title_sw2'><h2>Encyclopedia Of Personal Finance<span style='font-size:12px;'><sup>TM</sup></span></h2></div><br>"+
        "<div style='width;100%;height:340px;'>"+
            "<div id='div_left_sw2_1'></div>"+
            "<div class='div_right_sw2'>"+
                "<p>The <b>Encyclopedia of Personal Finance</b><span style='font-size:8px;'><sup>TM</sup></span> is a comprehensive, interactive financial education tool featuring more than 260 tutorials on a wide range of topics. These tutorials will help you: </p>"+
                "<ul>"+
                    "<li>evaluate your investment options,</li>"+
                    "<li>plan your long-term tax strategies,</li>"+
                    "<li>evaluate your need for estate planning and insurance</li>"+
                    "<li>choose a retirement plan to fit your needs,</li>"+
                    "<li>and much, much more.</li>"+
                "</ul>"+
                "<p>"+
                    "In addition, you can test your learning with more than 3,500 quiz questions. The <b>Encyclopedia</b> also enables you to organize your favorite tutorials and track your progress. Financial calculators let you apply the knowledge you have learned. The <b>Encyclopedia</b> is available in two choices: <a href='#' class='a_hover_black'>the Deluxe  version and the award-winning Nightly Business Report  version.</a>"+
                "</p>"+
            "</div>"+
        "</div>"+
        "<div class='div_class_title_sw2'><h2>Educated Investor Guides<span style='font-size:12px;'><sup>TM</sup></span></h2></div><br>"+
        "<div style='width;100%;height:400px;'>"+
            "<div id='div_left_sw2_2'></div>"+
            "<div class='div_right_sw2'>"+
                "<p>The <b>Educated Investor Guides</b><span style='font-size:8px;'><sup>TM</sup></span> include content featured in the <b>Encyclopedia of Personal Finance</b><span style='font-size:8px;'><sup>TM</sup></span>. They focus on topics of immediate interest to you, such as retirement planning, financial planning, and investing for important life events. Like the <b>Encyclopedia</b>, the guides enable you to test your learning progress and brush up on your terminology. Currently, there are five guides (more under development):</p>"+
                "<ul>"+
                    "<li><a href='#' class='a_hover_black'>Guide to Personal Finance</a></li>"+
                    "<li><a href='#' class='a_hover_black'>Guide to Long-Term Care</a></li>"+
                    "<li><a href='#' class='a_hover_black'>Guide to Investing</a></li>"+
                    "<li><a href='#' class='a_hover_black'>Guide to Tax Planning</a></li>"+
                    "<li><a href='#' class='a_hover_black'>Guide to Financial Planning</a></li>"+
                "</ul>"+
                "<p>"+
                    "The <b>Educated Investor Guides</b><span style='font-size:8px;'><sup>TM</sup></span> offer the expert knowledge you need to maximize your financial future. <a href='http://71.6.208.23/store/webstore_eig.html' class='a_hover_black'>Choose your topics</a> and start learning today!"+
                "</p>"+
            "</div>"+
        "</div>"
    );
}

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });

//kmr Fri Apr 10 08:36:56 MDT 2009
//+paintPrivacy()
function paintPrivacy(){
	$("#div_content_middle_id").html("<div id='div_center_id'></div>" +
	"<div id='div_menu_right_id'>" +
	"<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>" +
	"<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>" +
	"</div>");
	
	$("#div_center_id").html("<br />" +
	"<p style='width:85%;margin:0 auto;'>At the Educated Investor, we place the highest importance on respecting and protecting the privacy of our customers. We want you to feel comfortable and confident when using our products and services and with entrusting your personal information to us.</p>" +
	"<br />" +
	"<p style='width:85%;margin:0 auto;'><strong>Our Privacy Promise</strong>: We will never share, sell, or rent your  personal information with anyone else.</p>" +
	"<br />" +
	"<p style='width:85%;margin:0 auto;'>Like most Web sites, we use technology, such as cookies, that allow us to make your visit to our Web sites easier by recognizing you when you return and help to provide you with a customized experience.</p>" +
	"<br />" +
	"<p style='width:85%;margin:0 auto;'>We protect the confidentiality and security of your personal information by using industry-recognized security safeguards such as firewalls, coupled with carefully developed security procedures and practices to protect your information from loss, misuse or unauthorized alteration.</p>" +
	"<br />" +
	"<p style='width:85%;margin:0 auto;'>If you have privacy-related questions that are not addressed here, please contact us by calling (888) 345-1285 or emailing <a href='mailto:help@educatedinvestor.com'>help@educatedinvestor.com</a>.</p>" +
	"<br />");
}

//kmr Fri Apr 10 08:48:03 MDT 2009
//+paintTermsOfService()
function paintTermsOfService()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
		"<br />"+
		"<p style='width:85%;margin:0 auto;'>Be sure to read the Terms of Service below, as they cover the terms and conditions that apply to your use of this website (the &quot;Website,&quot; or &quot;Site&quot;). Educated Investor may change the Terms of Service from time to time. By continuing to use the Site following such modifications, you agree to be bound by such modifications to the Terms of Service.</p>"+
		"<br />"+
		"<p style='width:85%;margin:0 auto;'><strong>General Terms and Conditions.</strong> In consideration of use of the Site, you agree to: (a) provide true, accurate, current and complete information about yourself as prompted by the registration page and (b) to maintain and update this information to keep it true, accurate, current and complete. If any information provided by you is untrue, inaccurate, not current or incomplete, Educated Investor has the right to terminate your account and refuse any and all current or future use of the Site.</p>"+
		"<br />"+
		"<p style='width:85%;margin:0 auto;'>By using the EducatedInvestor.com web site, including any applets, software, and content contained therein, you agree that use of the Site is entirely at your own risk. THE SITE IS PROVIDED &quot;AS IS,&quot; WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, ANY WARRANTY FOR INFORMATION, DATA, SERVICES, UNINTERRUPTED ACCESS, OR PRODUCTS PROVIDED THROUGH OR IN CONNECTION WITH THE SITE. SPECIFICALLY, EDUCATED INVESTOR DISCLAIMS ANY AND ALL WARRANTIES, INCLUDING, BUT NOT LIMITED TO: (1) ANY WARRANTIES CONCERNING THE AVAILABILITY, ACCURACY, USEFULNESS, OR CONTENT OF INFORMATION, PRODUCTS OR SERVICES AND (2) ANY WARRANTIES OF TITLE, WARRANTY OF NON-INFRINGEMENT, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. THIS DISCLAIMER OF LIABILITY APPLIES TO ANY DAMAGES OR INJURY CAUSED BY ANY FAILURE OF PERFORMANCE, ERROR, OMISSION, INTERRUPTION, DELETION, DEFECT, DELAY IN OPERATION OR TRANSMISSION, COMPUTER VIRUS, COMMUNICATION LINE FAILURE, THEFT OR DESTRUCTION OR UNAUTHORIZED ACCESS TO, ALTERATION OF, OR USE OF RECORD, WHETHER FOR BREACH OF CONTRACT, TORTUOUS BEHAVIOR, NEGLIGENCE, OR UNDER ANY OTHER CAUSE OF ACTION.</p>"+
		"<br />"+
		"<p style='width:85%;margin:0 auto;'>NEITHER EDUCATED INVESTOR NOR ANY OF ITS EMPLOYEES, AGENTS, SUCCESSORS, ASSIGNS, AFFILIATES, WEBSITE CO-BRANDING PROVIDERS OR CONTENT OR SERVICE PROVIDERS SHALL BE LIABLE TO YOU OR OTHER THIRD PARTY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF USE OF SERVICE OR INABILITY TO GAIN ACCESS TO OR USE THE SERVICE OR OUT OF ANY BREACH OF ANY WARRANTY. BECAUSE SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. IN SUCH STATES, THE RESPECTIVE LIABILITY OF EDUCATED INVESTOR, ITS EMPLOYEES, AGENTS, SUCCESSORS, ASSIGNS, AFFILIATES, WEBSITE CO-BRANDING PROVIDERS AND CONTENT OR SERVICE PROVIDERS RESPECTIVE LIABILITY IS LIMITED TO THE GREATEST EXTENT PERMITTED BY SUCH STATE LAW.</p>"+
		"<br />"+
		"<p style='width:85%;margin:0 auto;'>Educated Investor is the owner and/or authorized user of any trademark, registered trademark and/or service mark appearing at this Web Site, and is the copyright owner or licensee of the content and/or information on this Website including but not limited to any screens appearing at the Site. You may not download and/or save a copy of any of the screens except as otherwise provided in these Terms of Service, for any purpose. However, you may print a copy of the information on this Site for your personal use or records. If you make other use of this Site, except as otherwise provided above, you may violate copyright and other laws of the United States, other countries, as well as applicable state laws and may be subject to penalties. Educated Investor does not grant any license or other authorization to any user of its trademarks, registered trademarks, service marks, or other copyrightable material or other intellectual property, by placing them on this Website.</p>"+
		"<br />"+
		"<p style='width:85%;margin:0 auto;'>Educated Investor reserves the right to change any information on this Website including but not limited to revising and/or deleting features or other information without prior notice. Clicking on certain links within this Website might take you to other web sites for which Educated Investor assumes no responsibility of any kind for the content, availability or otherwise. (See &quot;Links from and to this Website&quot; below.) The content presented at this Site may vary depending upon your browser limitations.</p>"+
		"<br />"+		
		"<p style='width:85%;margin:0 auto;'><strong>Links from and to this Website.</strong> You acknowledge and agree that Educated Investor and any of its website co-branding providers have no responsibility for the accuracy or availability of information provided by linked sites. Links to external web sites do not constitute an endorsement by Educated Investor or its website co-branding providers of the sponsors of such sites or the content, products, advertising or other materials presented on such sites.</p>"+
		"<br />"+
		"<p style='width:85%;margin:0 auto;'>Information in the many web pages that are linked to Educated Investor's Website comes from a variety of sources. Some of this information comes from official Educated Investor licensees, but much of it comes from unofficial or unaffiliated organizations and individuals, both internal and external to Educated Investor. Educated Investor does not author, edit, or monitor these unofficial pages or links. You acknowledge and agree that Educated Investor and its Website Co-branding Providers shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on such external sites or resources.</p>"+
		"<br />"+
		"<p style='width:85%;margin:0 auto;'><strong>Miscellaneous.</strong> The Terms of Service and the relationship between you and Educated Investor shall be governed by the laws of the State of Wisconsin without regard to its conflict of law provisions. You and Educated Investor agree to submit to the personal and exclusive jurisdiction of the courts located within the State of Wisconsin.</p>"+
		"<br />"+
		"<p style='width:85%;margin:0 auto;'>The failure of Educated Investor to exercise or enforce any right or provision of the Terms of Service shall not constitute a waiver of such right or provision. If any provision of the Terms of Service is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties' intentions as reflected in the provision, and the other provisions of the Terms of Service remain in full force and effect.</p>"+
		"<br />"
    );
	
}

//kmr Thu Apr 16 22:19:37 MDT 2009
//+paintCareers()
function paintCareers()
{
    $("#div_content_middle_id").html(
        "<div id='div_center_id'></div>"+
        "<div id='div_menu_right_id'>"+
            "<a id='a_register_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_green_id'></div></a>"+
            "<a id='a_enewsletter_id' style='text-decoration:none;cursor:pointer;' href='#'><div id='div_button_purple_id'></div></a>"+
        "</div>"
    );

    $("#div_center_id").html(
        "<div id='div_text_about_id'>"+
            "<div id='div_image_logo_id'></div>"+
            "<p>"+
                "The Educated Investor is hiring!"+
            "</p><br/>"+
            "<p>"+
                "We are currently accepting resumes for two positions:"+
            "</p>"+
			"<ul>"+
				"<li>Sales (<a href='http://www.educatedinvestor.com/downloads/pdf/National%20Account%20Manager-%20ad.pdf'>PDF</a>)</li>"+
				"<li>Senior Software Engineer (<a href='http://www.educatedinvestor.com/downloads/pdf/contract%20engineer%20JD%204-9-09.pdf'>PDF</a>)</li>"+
			"</ul>"+
        "</div>"
    );

    $("#div_button_green_id").click(function(){
        //paintRegister();
		paintRegistrationType();
    });

    $("#div_button_purple_id").click(function(){
        paintEnewsletter();
    });
}

