<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "yes"		//  SHOW THIRD SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="http://www.steam-up.co.uk/images/menutop.jpg" alt="steam-up logo image" width="154" height="61"><br>');
}



// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="javascript:history.go(-1);" class="menu">Previous Page</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.steam-up.co.uk/index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.steam-up.co.uk/traction_engine_galleries.htm" class="menu">Galleries</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.steam-up.co.uk/where_to_go.htm" class="menu">Where to go</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.steam-up.co.uk/links.htm" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.steam-up.co.uk/steam_clubs_societies.htm" class="menu">Clubs and Societies</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.steam-up.co.uk/ContactSteamUp.html" class="menu">Contact Steam Up</a>');

// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="http://www.steam-up.co.uk/images/menu-bottom.gif" alt="blank seperator image" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><img src="http://www.steam-up.co.uk/sentinel/sentinel_aw3833_small.jpg" alt="Standard Sentinel Wagon" width="100" height="74" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="http://www.steam-up.co.uk/burrell/burrell_ab8904_small.jpg" alt="Burrell Road Loco and Crane Engine" width="100" height="68" border="0"></a><br><br>');
}
   if (showimage3 == "yes") {
document.write('<img src="http://www.steam-up.co.uk/dsf2k2/eb4999_dsf2k2_small.jpg" alt="Fowler Showmans Road Loco" width="97" height="80" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->