<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// LEFT SIDEBAR FILE


var paypal		                = "yes"			// SHOW VIEW CART BUTTON
var paypalemail		= "chris.pitt@ashton-pitt.co.uk"	// EDIT WITH YOUR PAYPAL E-MAIL

var menuspace		= "140"		// WHITESPACE ADJUST
var menuVspace		= "60"		// SPACE BELOW LEFT SIDEBAR

var showimage1		= "no"		// SHOW 1ST LINKED IMAGE
var showimage2		= "no"		// SHOW 2ND LINKED IMAGE
var showimage3		= "no"		// SHOW 3RD LINKED IMAGE




document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('News<br>');


document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td>');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%" class="boxtext">');
document.write('<tr><td align="left" valign="top" colspan="2">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');


document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


// START SIDEBAR TEXT TO EDIT


document.write('<a href="news.htm">News</a><br>');
document.write('View our latest news.<br>');



//document.write('</td></tr><tr><td valign="top">');
//document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
//document.write('</td><td>');


//document.write('<a href="about.htm">Company Info</a><br>');
//document.write('View details about our company and store.<br>');



document.write('</td></tr><tr><td valign="top">');
document.write('<img src="picts/menu-arrow.gif" vspace="1" border="0"><br>');
document.write('</td><td>');


// START SIDEBAR TEXT TO EDIT



document.write('<a href="http://www.revomaze.co.uk/phpBB3/index.php">Forum</a><br>');
document.write('Join our free forum.<br>');

//document.write('<a href="http://revomaze.myfreeforum.org">Old Forum</a><br>');


document.write('</td></tr><tr><td align="center" valign="top" colspan="2">');




   if (paypal == "yes") {
document.write('<br>');
document.write('<a href="https://www.paypal.com/cart/business='+paypalemail+'&display=1" target="paypal"><img src="picts/cart-view-off.gif" border="0" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"></a>');
document.write('<br>');
}



// START 2ND LINKED SIDEBAR IMAGE

   if (showimage2 == "yes") {
document.write('<a href="http://shop.ebay.co.uk/merchant/revomaze">');
document.write('<img src="http://pics.ebay.com/aw/pics/uk/ebay_my_button.gif" border="0" class="bordersSB" vspace="8" alt="Our items on eBay">');
document.write('</a><br>');
//document.write('Green Special Edition<br>');
//document.write('1 - 12<br>');
//document.write('&<br>');
//document.write('Launch Price Specials <br>');
//document.write('&<br>');
//document.write('Greens with FREE <br>');
//document.write('Gaget Show Tickets<br>');
//document.write('NOW on eBay!<br>');
}

// START 1ST LINKED SIDEBAR IMAGE

   if (showimage1 == "yes") {
document.write('<a href="site_map.htm">');
document.write('<img src="picts/AP_023.jpg" border="0" class="bordersSB" vspace="8" alt="Click to View">');
document.write('</a><br><br>');
}




// START 3RD LINKED SIDEBAR IMAGE

   if (showimage3 == "yes") {
document.write('<a href="http://cgi1.ebay.co.uk/aw-cgi/ebayISAPI.dll?RedirectEnter&partner=25046&loc=http://pages.ebay.co.uk/index.html">');
document.write('<img src="http://pics.ebay.com/aw/pics/uk/ebay_gen_button.gif" alt="eBay Home">');
document.write('</a><br>');
document.write('eBay Home.<br>');
}


document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->