<!-- Begin

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


// LEFT SIDEBAR FILE



var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW LEFT SIDEBAR

var showimage1		= "no"		// SHOW 1ST LINKED IMAGE
var showimage2		= "no"		// SHOW 2ND LINKED IMAGE




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


// MENU BOX TITLE

document.write('');


document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="0%" border="0" class="">');
document.write('<tr><td>');
document.write('<table cellspacing="0" cellpadding="0" border="0" width="0%" class="">');
document.write('');
document.write('');


document.write('');
document.write('');
document.write('');


// START SIDEBAR TEXT TO EDIT


document.write('');
document.write('');



document.write('');
document.write('');
document.write('');


// START SIDEBAR TEXT TO EDIT


document.write('');
document.write('');



document.write('');





}




// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="site_map.htm">');
document.write('<img src="picts/sidebar-1.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}



// START 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<a href="site_map.htm">');
document.write('<img src="picts/sidebar-2.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br>');
}




document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->