<!-- 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 notestemp		= "yes"		// SHOW NOTES TEMP
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 //


// NOTES TEMP AREA

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

document.write('NEW PAGES<br></legend>');
document.write('<strong><a href="enhanced_security_magstripe_cards.html"> Enhanced Card Security </a></strong><br>');
document.write('<strong><a href="card_issuance_savings.html"> Card Issuance Savings</a></strong><br>');
document.write('<strong><a href="booklet_label_tips.html"> Booklet Label Success Tips</a></strong><br>');
document.write('<strong><a href="label_applicator_cost_checklist.html">Label Applicator Cost Factors</a></strong><br>');
document.write('<strong><a href="discussing_your_needs.html">Discussing Your Needs</a></strong><br>');
document.write('</fieldset>');
document.write('<br>');
}



// 1ST NOTES AREA

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

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

document.write('<strong><a href="about_powerforward.html">About PowerForward</a></strong> <br>');
document.write('<strong><a href="resources.html">Resources</a></strong> for videos, photos, PDFs and the ');
document.write('<strong><a href="site_map.html">site map</a></strong><br>');

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



// 2ND NOTES AREA

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

document.write('CALL 416-227-0002<br></legend>');

document.write('<strong><a href="contactus.html">Contact us</a></strong> to discuss your application and obtain quotes.<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 -->
