function Show_Stuff(i){
	document.getElementById(i).style.display = "block";
}
function change_acct_show(){
	document.getElementById('changing-accountants-hideshow').style.display = "block";
	document.getElementById('changing-accountants-button').style.backgroundPosition = "right bottom";	
}

/*
$(document).ready(function(){
	$('<div id="need-more-email-us-now"><div><a href="mailto:info@accountingsolutionsltd.com"><span class="displace">Need More? Email Us Now.</span></a></div><p>or call 773-267-7500 or 888-310-0300</p></div>').insertBefore('.page-article > p:eq(3)');
	//$('<p id="share"><a href="https://www.addthis.com/bookmark.php?v=250" onmouseover="return addthis_open(this, \'\', \'[URL]\', \'[TITLE]\')" onmouseout="addthis_close()" onclick="return addthis_sendto()" title="Bookmark and share"><img src="https://s7.addthis.com/static/btn/lg-share-en.gif" alt="Bookmark and Share"/></a><script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4a3fba0d7532823a"></script>').insertBefore('.page-article h3:first');
});
*/

$(document).ready(function(){
	//var buttons = '<div style="width:510px;"><div id="small-button-retain-our-services" class="small-button" onclick="window.location = \'https://www.accountingsolutionsltd.com/services/retain-our-firm/contact.php\';"></div><div id="small-button-receive-a-custom-quote" class="small-button" onclick="window.location = \'https://www.accountingsolutionsltd.com/get_a_quote/\';"></div></div>';
	//$(buttons).insertBefore('.page-article > p:eq(3)');
})



