<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS


var pageheight		= "200"		// GLOBAL PAGE HEIGHT
var showimage 		= "yes"	 	// SHOW IMAGE UNDER THE MENU
var paragraph_1 	= "yes"		// SHOW TEXT PARAGRAPH
var boxwidth		= "150"		// WIDTH OF THE TEXT BOX


//START MENU AREA

document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');



document.write('<a href="http://www.applehomeinspections.ca" class="menu">Apple</a>');

// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON


// document.write('</td></tr><tr><td>');
// document.write('<a target="_blank" href="http://www.applehomeinspections.ca/home-inspection-scheduler/" class="menu">Online Scheduler</a>');

document.write('</td></tr><tr><td>');
document.write('<a target="_blank" href="http://www.infraredinspections.ca/infrared-video.htm" class="menu"><font color="#CC0000">Infrared Video</font></a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.applehomeinspections.ca/mark-nicholet-home-inspector.htm" class="menu">About Me</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.applehomeinspections.ca/mark-nicholet-testimonials.php" class="menu">Testimonials</a>');

document.write('</td></tr><tr><td>');
document.write('<a target="_blank" href="http://www.applehomeinspections.ca//home-inspection-glossary/" class="menu">Glossary</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.applehomeinspections.ca/home-inspection-FAQ.htm" class="menu">F.A.Q.</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="http://www.applehomeinspections.ca/home-inspection-information.htm" class="menu">More Information</a>');

document.write('</td></tr><tr><td>');
document.write('<a target="_blank" href="http://www.applehomeinspections.ca/online-reports/demo/" class="menu">My Report</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.applehomeinspections.ca/contact-mark-nicholet-home-inspector.php" class="menu">Contact Me</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="http://www.applehomeinspections.ca/home-inspection-payment.htm" class="menu">Online Payment</a>');

// END LINKS

document.write('<a target="_blank" href="http://www.independentinspectors.org"><img border="0" src="picts/ihina.gif" width="158" height="42"></a>');
document.write('</td></tr></table><br>');

// MENU IMAGE

// START MENU SIDEBAR TEXT - EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<TABLE cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');

// START SIDE TEXT TITLE

document.write('<center>Mark Nicholet</center>');

document.write('</td></tr><tr><td class="sidetext">');

// START NOTE TEXT AREA - EDIT THE NEXT LINE

document.write('<table border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td align="center">&nbsp;</td></tr><tr><td align="center"><img border="0" src="picts/mark-nicholet.jpg" alt="Mark Nicholet" width="144" height="202"></td></tr><tr><td align="center">&nbsp;</td></tr><tr><td align="center"><font face="Arial">Certified Home Inspector</font></td></tr><tr><td align="center">&nbsp;</td></tr><tr><td align="center"><b><font face="Arial"><font color="#CC0000">Apple</font> Home Inspections</font></b></td></tr><tr><td align="center">&nbsp;<a href="http://www.nachi.org/verify.php?nachiid=NACHI08032702" target="_blank"><img src="http://www.nachi.org/images/logos-banners/seal.gif?nachiid=NACHI08032702" width="98" height="102" alt="Certified by the National Association of Certified Home Inspectors - Click here to verify." border="0" /></a></td></tr><tr><td align="center">&nbsp;</td></tr></table>');

document.write('</td></tr></table>');
}




document.write('<br><br>');

document.write('<TABLE cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');

// START SIDE TEXT TITLE

document.write('My Reports<br>');

document.write('</td></tr><tr><td class="sidetext">');

// START NOTE TEXT AREA - EDIT THE NEXT LINE

document.write('include comprehensive details, pictures, diagrams, implications and recommendations. All reports are available and stored securely online within 24 hours of the inspection.<br>');

document.write('</td></tr></table>');

document.write('<br><br>');

document.write('<a target="_blank" href="http://www.cahpi.bc.ca"><img border="0" src="picts/CAHPI_Logo.gif" width="50" height="76"></a><br>');

document.write('<img src="http://texas-inspection.com/iclogo.jpg" alt="Infrared Certified" border"0" width="82" height="105"></a>');

document.write('<br><br>');

// document.write('<img border="0" src="picts/200-guarantee.gif" width="120" height="102"></a>');

// document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="125" border="0"><br>');





//  End -->