<!-- 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 3RD 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('Custom Casting<br></legend>');

document.write('Medals, Coins, Key Tags, Dog Tags, Bag Tags, Zipper Pulls, Hat Crests, Belt Buckles, Lapel Pins, Rings, Letter Openers, Key to the City and much more. <a href="http://www.factory-support.com/dimages/">See our website dedicated to custom cast products.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Photography<br></legend>');

document.write('We are experts Wedding Photography, Portraits, Architecture, and Special Events. <a href="http://www.dimagesphotography.com">See our website dedicated to photography.</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 March 31, 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="0" cellspacing="0" border="0"><tr><td>');


document.write('<a href="http://www.factory-support.com/dimages/" class="menuSidebar">Custom Metal Casting</a>');


document.write('<a href="http://www.dimagesphotography.com/" class="menuSidebar">Dimages Photography</a>');

document.write('<a href="http://www.dimages.ca/blog/" class="menuSidebar">Dimages Blog</a>');

document.write('<a href="http://www.dimagesengraving.com/store/" class="menuSidebar">Dimages Online Store</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 -->