<!-- Begin Script

    function checkVersion() {
        if (navigator.appVersion.charAt(0)>=3) return true;
        else return false;
    }

    if (checkVersion())
    {
        var image;
        defaultStatus = 'VoipServiceCarriers.com';
        OneOn = new Image();
        OneOn.src = "./images/voiplearn2.gif";
        TwoOn = new Image();
        TwoOn.src = "./images/voipcompare2.gif";
        ThreeOn = new Image();
        ThreeOn.src = "./images/broadbandproviders2.gif";
        FourOn = new Image();
        FourOn.src = "./images/savemoney2.gif";
        FiveOn = new Image();
        FiveOn.src = "./images/voiceoveriplinks2.gif";
        SixOn = new Image();
        SixOn.src = "./images/voiphome2.gif";
    }

        function show_image(image)
        {
                if (image == 1 && checkVersion())
              {
                                window.status = 'Voip Phone Service Information and FAQs';
                        document.One.src = OneOn.src;
                }
                else if (image == 2 && checkVersion())
              {
                                window.status = 'Compare Voip Carriers and Voip Providers';
                        document.Two.src = TwoOn.src;
                }
                else if (image == 3 && checkVersion())
              {
                                window.status = 'Find a Broadband Provider for your Voice Over IP service';
                        document.Three.src = ThreeOn.src;
                }
                else if (image == 4 && checkVersion())
              {
                                window.status = 'Save Money on Voip Phone Services with Discounts, Coupons and Free Voip Offers';
                        document.Four.src = FourOn.src;
                }
                else if (image == 5 && checkVersion())
              {
                                window.status = 'Voice Over IP Links - Voice Over Internet Protocol';
                        document.Five.src = FiveOn.src;
                }
                else if (image == 6 && checkVersion())
              {
                                window.status = 'Return to VoipServiceCarriers.com Home';
                        document.Six.src = SixOn.src;
                }
                return true;
        }

        function show_old_image(image)
        {
                if (image == 1 && checkVersion())
                {
                        document.One.src = "./images/voiplearn1.gif";
                }
                else if (image == 2 && checkVersion())
                {
                        document.Two.src = "./images/voipcompare1.gif";
                }
                else if (image == 3 && checkVersion())
                {
                        document.Three.src = "./images/broadbandproviders1.gif";
                }
                else if (image == 4 && checkVersion())
                {
                        document.Four.src = "./images/savemoney1.gif";
                }
                else if (image == 5 && checkVersion())
                {
                        document.Five.src = "./images/voiceoveriplinks1.gif";
                }
                else if (image == 6 && checkVersion())
                {
                        document.Six.src = "./images/voiphome1.gif";
                }
        }
   

//-- End Script -->