<!-- Begin POP-UP SIZES AND OPTIONS CODE




// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON



// ONLY USE lowercase FOR ALL OPTIONS



var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH

var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH

var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var showscroller	= "yes"		
// SHOW THE SCROLLER

var scrollspacing	= "20"		
// NUDGE SIDEBAR DOWN

var bordercolor		= "AB9AA8"	
// SCROLLER AND IMAGE BORDER COLOR



var showdate		= "yes"		
// SHOW THE DATE ON THE PAGE

var dateLR		= "left"	
// DATE LEFT OR RIGHT

var dateX		= "10"		
// DATE X LOCATION

var dateY		= "164"		
// DATE Y LOCATION



var showsearch		= "yes"		

// TEXT ABOVE SEARCH FORM





// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS





// NUDGE SPACER

document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')









// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA



   if (paragraph_1 == "yes") {



document.write('<span class="sidebartitle">')



document.write('The IRS will never give up or go away.')



document.write('<br></span><span class="sidebartext">')



document.write('Choose the best team of tax professionals and stop the headaches now.<br><br>')


document.write('<form method=POST action="php/formmail.php"target="_top"><INPUT TYPE="HIDDEN" NAME="recipient" VALUE="percy_dianne@yahoo.com"><INPUT TYPE="HIDDEN" NAME="subject"  VALUE="Free Quote"><INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://www.associatedtaxrelief.com/thanks.htm"><INPUT TYPE="HIDDEN" NAME="required" VALUE="name,phone,debt">')
document.write('<B><font color="#FF5050"><big>Get a FREE QUOTE</big></font></B><br>(minimum $15,000 owed)<br><B>Name:</B><BR><INPUT TYPE="TEXT" NAME="name" SIZE="15" class="searchform"> ')
document.write('<br><B>Phone Number:</B><BR><INPUT TYPE="TEXT" NAME="phone" SIZE="15" class="searchform"> ')
document.write('<br><B>IRS Debt:</B><BR><INPUT TYPE="TEXT" NAME="debt" SIZE="15" class="searchform"> <br>')
document.write('<input type="submit" value="Submit Query" class="submitbutton"><br>')
document.write('</FORM>')
document.write('<br>')




document.write('</CENTER></span><br><br>')



}

// END SIDEBAR AREA PARAGRAPH 1











// SCROLLER CODE



if (navigator.userAgent.indexOf('Safari') != -1)     

{

document.write('<br>')

}

else {



   if (showscroller == "yes") {



document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')

Tscroll_init (0)

document.write('</td></tr></table>')

document.write('<br><br>')



}

}











// SMALL PICTURE AREA

   if (showimage == "yes") {



document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')

document.write('<a href="index.html"><IMG SRC="picts/sidebar.jpg" border="0" width="150"></a><br>')

document.write('</td></tr></table>')

document.write('<br><br>')

}











// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA



   if (paragraph_2 == "yes") {



document.write('<span class="sidebartitle">')

document.write('Client Testimonials')

document.write('<br></span><span class="sidebartext">')

document.write('Due to your proficiency and hard work my tax bill with the IRS was zero.<BR>- Roy A. To read more  <A HREF="cooper.htm">click here</a><BR><BR>')

document.write('I will never forget what you have done for me. <BR>- Bob & Lori . To read more  <A HREF="bridgeford.htm">click here</a><BR><BR>')

document.write('It is with the highest esteem that we consider our professional relationship with Associated Tax Relief.....in the future we would direct any person to your doors. <BR>- CJ, . To read more  <A HREF="aune.htm">click here</a><BR><BR>')

document.write('Harry Slotow immediately gained my trust and confidence by explaining the overall process and taking the time to address my questions and concerns. <BR>- Ben and Brenda . To read more  <A HREF="james.htm">click here</a><BR><BR>')

document.write('Your professionalism and personable approach are unsurpassed. <BR>- Tahira H. To read more  <A HREF="aziz.htm">click here</a><BR><BR>')

document.write('They are willing to answer even the smallest question and guide me through the whole complicated process. <BR>- Glenn D. . To read more  <A HREF="beagle.htm">click here</a><BR><BR>')


document.write("<B>PLEASE NOTE:</B> A particular taxpayer's results will vary widely.  Not all taxpayers qualify for an offer in compromise.  Each taxpayer's case is different.")
}

// END SIDEBAR AREA PARAGRAPH 2









// SEARCH FORM

   if (showsearch == "yes") {

document.write('<span class="printhide">')

document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchy+'px; width: auto; z-index: 1;">')

document.write('<TABLE cellpadding="0" cellspacing="3" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')

document.write(''+searchtext+'<br>')

document.write('</td></tr><tr><td align="left">')

document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')

document.write('<input type="hidden" name="any selected">')

document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')

document.write('</form>')

document.write('</td></tr></table>')

document.write('</div>')

document.write('</span>')

}







// START DATE SCRIPT

   if (showdate == "yes") {



document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');

var d=new Date()

var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")

var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")

document.write(monthname[d.getMonth()] + " ")

document.write(d.getDate() + ". ")

document.write(d.getFullYear())

document.write("</nobr><br></span>")

document.write('</div>');



}





// -- END -->
