<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var shadow	= "no"		// SHOW SHADOW UNDER MENU | yes | no |


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide"><tr><td align="left" class="menu-table">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td align="left">');


// START LINKS COPY AND PASTE 2 LINES TO ADD A NEW BUTTON


document.write('<a href="index.html" class="menu">Home</a>');
document.write('</td><td align="center">');


document.write('<a href="category_page.htm" class="menu">Categories</a>');
document.write('</td><td align="center">');


document.write('<a href="secondchancecheckingaccount.html" class="menu">Second Chance Checking</a>');
document.write('</td><td align="center">');


document.write('<a href="http://www.collectionagency411.com" class="menu">Collections</a>');
document.write('</td><td align="center">');


document.write('<a href="creditcards.htm" class="menu">Credit Cards</a>');
document.write('</td><td align="center">');


document.write('<a href="freechexsystemsinformation.htm" class="menu">Chexsystems Info & Report</a>');
document.write('</td><td align="center">');



document.write('</td></tr></table>');
   if (shadow == "yes") {
document.write('</td></tr><tr><td class="shadow-horizontal">');
document.write('<img src="picts/spacer.gif" border="0" width="5" height="10" alt="image"><br>');
}
document.write('</td></tr></table>');


//  End -->