easyIRS.com - IRS Tax Solutions for Unfiled Tax Returns, Tax Debt, Garnishments, Liens, Levies and more...
September 02, 2010
Search easyIRS for Solutions to Your Tax Problems
 
Event
Event init
Apply event to
If event execute
$("#searchTerm").focus(function() {
  if ($("#searchTerm").val() == "Search Tax Topics on easyIRS.com")
    $("#searchTerm").val("");
});
 
$("#searchTerm").blur(function() {
  if ($("#searchTerm").val() == "")
    $("#searchTerm").val("Search Tax Topics on easyIRS.com");
});
 
$("#btnSearch").css("cursor", "pointer");
$("#btnSearch").click(function() {
   $("#frmSearch").submit();
});
Join the easyIRS Online Tax Community - Get Answers, Stay Informed...
 Tax Answers

Find Us On:
Follow easyIRS on Facebook Follow easyIRS on twitter Follow easyIRS on YouTube

View Our Products & Services
easyIRS is an excellent one stop resource for IRS related issues. 
Common IRS mistakes
AFTER YOU FILE and how to avoid them. more...
IRS Notices
What they mean and what to do about them. more...
Those "Pennies on the Dollar" Commercials Buyer Beware!! more...
Event
Event init
Apply event to
If event execute
           var deselectedColor = "#909090";
 
            $("#panel-wrapper").everyTime("8s", "home", function() {
                var visible = $(".panel:visible");
                $(visible).hide();
                var sibling = $(visible).find("+ .panel");
                if ($(sibling).length > 0)
                    $(sibling).fadeIn(2000);
                else
                    $("#Panel1").fadeIn(2000);
                var tab = $(".panel:visible").attr("tab");
                if (tab == "1") {
                    $("#tab3").css("background-position", "-320px 8px");
                    $("#tab1").css("background-position", "0 -85px");

 
                     $("#tab1 .tabHeader").css("color", "#FFFFFF");
                     $("#tab1 .tabDetail").css("color", "#FFFFFF");
                     $("#tab2 .tabHeader").css("color", deselectedColor);
                     $("#tab2 .tabDetail").css("color", deselectedColor );
                     $("#tab3 .tabHeader").css("color", deselectedColor );
                     $("#tab3 .tabDetail").css("color", deselectedColor );
                }
                if (tab == "2") {
                    $("#tab1").css("background-position", "0 8px");
                    $("#tab2").css("background-position", "-161px -85px");
 
                     $("#tab1 .tabHeader").css("color", deselectedColor );
                     $("#tab1 .tabDetail").css("color", deselectedColor );
                     $("#tab2 .tabHeader").css("color", "#FFFFFF");
                     $("#tab2 .tabDetail").css("color", "#FFFFFF");
                     $("#tab3 .tabHeader").css("color", deselectedColor );
                     $("#tab3 .tabDetail").css("color", deselectedColor );
                }
                if (tab == "3") {
                    $("#tab2").css("background-position", "-161px 8px");
                    $("#tab3").css("background-position", "-320px -85px");
 
                     $("#tab1 .tabHeader").css("color", deselectedColor );
                     $("#tab1 .tabDetail").css("color", deselectedColor );
                     $("#tab2 .tabHeader").css("color", deselectedColor );
                     $("#tab2 .tabDetail").css("color", deselectedColor );
                     $("#tab3 .tabHeader").css("color", "#FFFFFF");
                     $("#tab3 .tabDetail").css("color", "#FFFFFF");
                }
            });
 
            $("#tab1").css("background-position", "0 -85px");
            $("#tab2 .tabHeader").css("color", deselectedColor );
            $("#tab2 .tabDetail").css("color", deselectedColor );
            $("#tab3 .tabHeader").css("color", deselectedColor );
            $("#tab3 .tabDetail").css("color", deselectedColor );
 
$("#tab1").click(function() {
   window.location.href="/home/index/taxdebt/6-common-mistakes-slideshow";
});
$("#tab2").click(function() {
   window.location.href="/home/index/taxdebt/irs-collection-notices-slideshow";
});
$("#tab3").click(function() {
   window.location.href="/home/index/taxdebtcenter/taxdebt/pennies-on-the-dollar";
});

Tax News of the Week

Owe taxes for the first time? Click to find out what you need to know... More Individuals Forced to Withdraw Early from 401(k)
more...
Unemployment can be taxing.
more...
The Trouble with the Homebuyer Credit? Trouble with Homebuyer Credit?
more..
Are you a contractor? For Tax Purposes Should you be an employee? Are you a contractor?
Should you be an employee?
more..
Other Articles Where is my Tax Refund from the IRS? Where's your refund?more...
Tax Payment Plan Analyzer
What Does Your IRS Notice Mean?
Got an IRS Notice?
CP2000
CP14
CP501
Not Listed? Search Here
Do You Qualify for an Offer In Compromise with the IRS?
Free IRS Account Transcript Analyzer Free Account
Transcript
Analyzer

Make sense of what is
on your IRS Transcript.

Resolve Your Tax Penalties!

About easyIRS | Privacy Policy | Contact Us | Products and Services

Patents Pending
©2009-2010 New River Innovation, Inc.
All Rights Reserved.
Legal | Tax Community Terms of Use
Please click to see profile.
SSL CERTIFICATES - Get Info
Online Payment Service
McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams

Event
Event init
Apply event to
If event execute
var href = window.location.href;
if (href.indexOf("http:") != -1)
{
   $("#tblFooter td").eq(1).hide();
   $("#tblFooter td").eq(3).hide();
}