<!-- 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		= "no"		// SHOW 1ST NOTES
var notes2		= "no"		// SHOW 2ND NOTES
var notes3		= "no"		// SHOW 3RD NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "200"		// ADD HEIGHT TO ALL PAGES
























// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Catalogs<br></legend>');

document.write('<a href="http://www.calgaryengraver.com/catalogs.htm">We supply the awards and commemorative markets with products that are well priced, beautifully designed and offer excellent value to our customers so that they are proud to display their award or gift.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('New Products<br></legend>');

document.write('<a href="http://www.calgaryengraver.com/news.htm">View our latest specials and new products.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}




// 3RD NOTES AREA

   if (notes3 == "yes") {
document.write('<fieldset><legend>');

document.write('Online Store<br></legend>');


document.write('We have a new online store under construction.  It will be finished by Christmas 2010. <a href="http://www.dimagesengraving.com/store/">See our online store under construction.</a><br>');


document.write('</fieldset>');
document.write('<br><br>');
}








// START SIDEBAR MENU //


document.write('<table cellpadding="30" cellspacing="0" border="0"><tr><td>');


document.write('<a Quick Links</a>');


document.write('<a href="http://www.calgaryengraver.com/catalogs.htm" class="menuSidebar">Catalogs</a>');


document.write('<a href="http://www.calgaryengraver.com/news.htm" class="menuSidebar">New Products</a>');

document.write('<a href="http://www.calgaryengraver.com/newsletters.htm" class="menuSidebar">Newsletters</a>');

document.write('<a href="http://www.calgaryengraver.com/blog/" class="menuSidebar">Engraving Blog</a>');

document.write('<a href="http://www.calgaryengraver.com/contact.htm" class="menuSidebar">Contact</a>');



document.write('</td></tr></table><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 -->
