<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "170"		// ADD HEIGHT TO ALL PAGES





// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('Find the latest breaking business news, updated throughout the day. <a href="http://charlotte.bizjournals.com/charlotte/" target="_blank">Visit the Charlotte Business Journal.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Electronic Brochure<br></legend>');

document.write('<div align="center"><a href="laptop_connection/slide-rocket.html" target="_blank"><img src="PPM.png" width="204" height="233" border="0" alt="Preferred partner Member" class="borders"> Nationwide Coverage <br> &nbsp;&nbsp;&nbsp;&nbsp;Local Experts!  <br><br>Click Here for Presentation!</div></a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}






// 3ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Projects Area<br></legend>');

document.write('</fieldset>');
document.write('<br><br>');
}



// START SIDEBAR MENU //


document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');


document.write('<a href="projects.htm" class="menuSidebar">Columbia, MD</a>');


document.write('<a href="projects5.htm" class="menuSidebar">Harvey, LA</a>');


document.write('<a href="http://www.pavementexchange.com/calendar.htm" class="menuSidebar"> Corporate Calendar</a>');

document.write('</td></tr></table><br>');


// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Contact Area<br></legend>');


document.write('<br>');
document.write('<br>');

document.write('<a href="Henry Miller.vcf"> V-Card: Henry Miller</a><br>');

document.write('<br>');

document.write('<a href="bryant.vcf"> V-Card: Bryant Brewer</a><br>');

document.write('<br>');

document.write(' <a href="Steve Winstead.vcf" class="link">V-Card: Steve Winstead</a><br>');

document.write('<br>');

document.write(' <a href="Paige (Miller) Sherrill.vcf" class="link">V-Card: Paige (Miller) Sherrill</a><br>');

document.write('<br>');

document.write(' <a href="Michele Schutte.vcf" class="link">V-Card: Michele Schutte</a><br>');



document.write('</fieldset>');
document.write('<br><br>');
}


// END SIDEBAR MENU //









// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<br><img src="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->
