<!-- 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





// START SIDEBAR MENU //


document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');


document.write('<a href="packaging_industry.html" class="menuSidebar">Packaging Industry</a>');


document.write('<a href="print_industry.html" class="menuSidebar">Print Industry</a>');


document.write('<a href="label_industry.html" class="menuSidebar">Label Industry</a>');


document.write('<a href="plastic_card_mailing.html" class="menuSidebar">Plastic Card Issuance</a>');


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


// END SIDEBAR MENU //





// 1ST NOTES AREA

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

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

document.write('We would be pleased to discuss the details of your application and provide quotes. <a href="contactus.html">Contact us.</a><br>');

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





// 2ND NOTES AREA

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

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

document.write('For a site map, photos and downloadable PDFs, see our <a href="resources.html">resources page.</a><br>');

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









// 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 -->