<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// TO TURN A SECTION OFF TYPE "NO", TO SHOW TYPE "YES"

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var noteborder		= "666666"	// BORDER COLOR AROUND THE NOTES


document.write('<TABLE cellpadding="3" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');


// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="sidebar_images/sidebar-4.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Helpful Information:</span></legend>');

document.write('Click the link for some helpful information..<br>');

document.write('<a href="tools/afford.html" target="_blank">How much can you afford<br>');
document.write('<a href="tools/profile.html"target="_blank">Financial profile<br>');
document.write('<a href="tools/budgetform.html"target="_blank">Budget worksheet<br>');
document.write('<a href="tools/cr.html"target="_blank">Credit reports<br>');
document.write('<a href="tools/cs.html"target="_blank">Credit scoring<br>');
document.write('<a href="tools/correct-cs.html"target="_blank">Correcting credit reports</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END FIRST TEXT AREA


// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="sidebar_images//sidebar-5.jpg" border="0" width="150" height="100" class="borders"><br>');
}


// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;"class="smalltext"><legend>');
document.write('<span class="subtitle">Notes:</span></legend>');

document.write('Learn some great tips for selling your house under the "Selling" section ');
document.write('of "Our Services" in the menu above.  You will find many great tips that ');
document.write('makes selling a home fun and easy.');

document.write('</fieldset>');

document.write('<br><br>');
}
// END SECOND TEXT AREA


// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="sidebar_images//sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;"class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');

document.write('This optional notes area can be switched on or off in the sidebar-left.js file. You can add any information you desire in this box by editing the sidebarleft.js file. You can change the photo, add links, etc.<br>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END THIRD TEXT AREA


document.write('</td></tr></table>');
//  End -->
