<!-- 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('Service Status<br></legend>');

document.write(' <font color="#CC0000"><br> </font>No service disruptions.<font color="#CC6600"> </font><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="payment.htm"  class="menuSidebar">Make Additional Payment</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 //








// 2nd NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Postage Info<br></legend>');

document.write(' <font color="#CC0000">Free Postage..<br></font> On Non Urgent 2-3 Day service orders over £45.00, we post your posters free. They go by First Class Recorded but may take up to 2 days to despatch.<br><br><font color="#CC0000">Please note,</font> First Class Recorded does not guarantee delivery the next day and is not trackable. We cannot refund missing or late packages until 15 days have lapsed!<br>We strongly advise you to select Next Day Special Delivery if your work is required to a deadline.<br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}







// 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 -->