<!-- 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 - ALSO EDIT THE CSS 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		= "4"		// phone Y LOCATION



document.write('<br>');




// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Information<br></legend>');

document.write(' <font color="#CC0000">Banner Artwork..<br></font> When prepairing artwork, please leave 3mm bleed around your design. Its not essential but allows accurate trimming to the exact size. Make sure any pictures you import into your artwork are large enough as your banners are 2m high.<br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}







// 2nd NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Postage Info<br></legend>');

document.write(' <font color="#CC0000">Banner Delivery..<br></font> All Roller banners are despatched by UPS or TNT next day. You need to select A-Frames and Rollups in the shipping options in the checkout. The cost for shipping is £12.00<br><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}







// START SIDEBAR MENU //


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');


document.write('<a href="accessories.htm"  class="menuSidebar">Poster Accessories</a>');


document.write('<a href="largeposters.htm"  class="menuSidebar">Larger Posters</a>');


document.write('<a href="mounting.htm" class="menuSidebar">Print Mounting</a>');


document.write('<a href="paper.htm"  class="menuSidebar">Paper Types</a>');


document.write('<a href="lamination.htm"  class="menuSidebar">Surface Lamination info</a>');


document.write('<a href="uploadinfo.htm" class="menuSidebar">Upload Information</a>');


document.write('<a href="canvasinfo.htm" class="menuSidebar">Canvas Info</a>');


document.write('<a href="post.htm" class="menuSidebar">Postage Costs</a>');


document.write('<a href="pdf.htm" class="menuSidebar">PDF Documents</a>');


document.write('<a href="faq.htm" class="menuSidebar">FAQ\'s</a>');


document.write('</td></tr></table><br>');


// END SIDEBAR MENU //



// 3RD NOTES AREA

   if (notes3 == "yes") {
document.write('<fieldset><legend>');

document.write('Secure Ordering<br></legend>');

document.write('<img src="images/rc-logo.gif" width="150" height="49"> <br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}



















// START PHONE NUMBER IN TOP MENU

   if (phone == "no") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');

document.write('Phone: 0208 6681890<br>');

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 -->