<!-- 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 notes3		= "yes"		// SHOW 3ND NOTES
var notes4		= "yes"		// SHOW 4TH NOTES
var notes5		= "yes"		// SHOW 5TH NOTES
var notes6		= "yes"		// SHOW 6TH NOTES

var sidewidth		= "270"		// SIDEBAR WIDTH		
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var phone		= "yes"		// SHOW PHONE NUMBER
var phoneLR		= "left"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "5"		// phone Y LOCATION


 



// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Modular Homes<br></legend>');document.write('Modular homes have become the standard by which all new home construction is judged. Our factory built homes provide you with quality, choices and solutions for your new home needs.<a href="http://www.guildcrest.com/" target="_new">Click here for more info about Guildcrest Modular Homes.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}









// 3ND NOTES AREA

   if (notes3 == "yes") {
document.write('<fieldset><legend>');

document.write('ACPHQ<br></legend>');

document.write('The APCHQ’s GMN provides a warranty covering certain legal and contractual obligations of the building contractor pursuant to the Québec Regulation Respecting the Guarantee Plan for New Residential Buildings.  <a href="http://www.apchq.com/" target="_new">Click here for more info about APCHQ.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}


// 4TH NOTES AREA

   if (notes4 == "yes") {
document.write('<fieldset><legend>');

document.write('Novoclimat<br></legend>');

document.write('Novoclimat is an initiative that allows Quebec builders to increase the energy efficiency of their homes by building to the Novoclimat technical standards. An energy evaluation is done on the completed home and a Novoclimat certificate is provided to the homeowner. Novoclimat homes meet an EnerGuide rating of between 78 and 80. ');

document.write('</fieldset>');
document.write('<br><br>');
}

// 5TH NOTES AREA

   if (notes5 == "yes") {
document.write('<fieldset><legend>');

document.write('Contact us. <br></legend>');

document.write('Contact us at 819 459-2424 for an appointment or by email <a href="mailto:speck@rpeckconstruction.com/">by clicking here.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// 6TH NOTES AREA

   if (notes6 == "yes") {
document.write('<fieldset><legend>');

document.write('Follow us. <br></legend>');

document.write('<a href="http://www.facebook.com/pages/Guildcrest-Homes/110094215727558" target="_New"><img src="picts/social_facebook.gif" width="22" height="22" hspace="3" vspace="5" border="0" alt="Connect on Facebook"></a><a href="http://twitter.com/guildcresthomes/" target="_New"><img src="picts/social_twitter.gif" width="22" height="22" hspace="3" vspace="5" border="0" alt="Follow us on twitter"></a><br>');


document.write('</fieldset>');
document.write('<br><br>');
}

// START SIDEBAR MENU //





// END SIDEBAR MENU //










// START PHONE NUMBER IN TOP MENU

   if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');

document.write('</div>');
}








// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

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


//  End -->
