// JavaScript Document
function DisplaySidebar()
{
	document.write("<div id=sidebar>\n");
	
	document.write("<br /><br />");	
	document.write("<strong>CREDIT INFORMATION</strong><br /><br />");

document.write("<a href = 'counseling_service.php'>Consumer Credit Counseling Services</a><br />");
document.write("<a href = 'credit_reporting.php'>Credit Reporting</a><br />");
document.write("<a href = 'debt_type.php'>Type of Debts</a><br />");
document.write("<a href = 'statute_limitations.php'>Statute of Limitations</a><br /><br />");


document.write("<strong>CREDIT REPAIR</strong><br /><br />");

document.write("<a href = 'agency_cease_desist.php'>Cease and Desist to a Collection Agency</a><br />");
document.write("<a href = 'agency_investigate.php'>Credit Agency Investigation</a><br />");
document.write("<a href = 'verification_request.php'>Credit Agency Verification Request</a><br />");
document.write("<a href = 'credit_repair.php'>Credit Repair</a><br />");
document.write("<a href = 'creditor_verify.php'>Creditor Verification</a><br />");
document.write("<a href = 'debt_validation.php'>Debt Validation</a><br />");
document.write("<a href = 'dispute_old_items_form.php'>Dispute old items on my report</a><br />");
document.write("<a href = 'follow_up_bureau.php'>Follow up with Bureaus</a><br />");
document.write("<a href = 'inaccurate_collection_info_form.php'>Inaccurate Information Collection</a><br />");
document.write("<a href = 'remove_inaccurate_info.php'>Inaccurate Collection Information on Report</a><br />");
document.write("<a href = 'remove_inquiry.php'>Removal of Inquiries</a><br />");
document.write("<a href = 'update_accounts.php'>Update Bankruptcy Accounts</a><br />");
document.write("<a href = 'victim_identity_fraud_form.php'>Victim of Identity Fraud</a><br /><br />");


document.write("<strong>DEBT SETTLEMENT</strong><br /><br />");

document.write("<a href = 'debt_resolution.php'>Debt Resolution</a><br />");	
document.write("<a href = 'debt_resolution_steps.php'>Debt Resolution Steps</a><br />");
document.write("<a href = 'loan_settlement.php'>Settlement on Secured Loans</a><br />");
document.write("<a href = 'debt_settlement_forms.php'>Debt Settlement Forms</a><br />");
document.write("<a href = 'credit_card_companies.php'>Contact Your Credit Card Companies</a><br />");
document.write("<a href = 'compromise_agreement.php'>An Agreement to Compromise Debt</a><br />");
document.write("<a href = 'debt_settlement_agreement.php'>Agreement to Settle Debt</a><br />");
document.write("<a href = 'settlement_request.php'>Settlement and Validation</a><br />");
document.write("<a href = 'verbal_offer.php'>Verbal Offer</a><br />");
document.write("<a href = 'counter_offer.php'>Counter Offer</a><br />");
document.write("<a href = 'unsolicited_offer.php'>Unsolicited Offer</a><br />");
	
	document.write("</div>");
}

function PrintOptions()
{
	document.write("<div class=print_options>\n");
	document.write("If you wish not to have the headers and footers in the printed form, please adjust the page setup in your browser. Go to File->Page setup->Margins & Headers/Footers and make sure the header and footer are blank.");
	document.write("</div>");
}

function emailantispam(email1, email2, email3, email4){
   emailE = email1 + email2 + '@' + email3 + email4;
   document.write(emailE)
};



