ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Melvill &amp; Moon : Colonial Relics : The Steadfast Chair</title> <meta name="description" content="Equippers and suppliers of iconic safari luggage, campaign furniture, classic safari accessories and seat covers." /> <meta name="keywords" content="Melvill, Moon, Safari, Africa, Luggage, Furniture, Seat Covers, Pioneers, Adventurers, Royal Geographical Soceity, maps, illustrations, documents, photographs, etchings, colonial relics, RGS, handbags" /> <meta name="rating" content="General"> <meta name="robots" content="ALL"> <meta name="revisit-after" content="7 days"> <link rel="shortcut icon" href="http://www.melvillandmoon.com/web/favicon.ico" > <link rel="stylesheet" type="text/css" href="styles/default.css" webstripperwas="styles/default.css" > </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <div > <div align="center" id="floatdiv" style="position:absolute;width:100%;height:1px;left:0px;top:0px; padding:16px;background:#967C57 url(images/menu_bk.gif);" border:2px solid #2266AA"> <a href="index.html" webstripperwas="index.html" class="TopLink">Home</a> | <a href="about_us.html" webstripperwas="about_us.html" class="TopLink">About Us</a> | <a href="luggage.html" webstripperwas="luggage.html" class="TopLink">Luggage</a> | <a href="seat_covers.html" webstripperwas="seat_covers.html" class="TopLink">Seat Covers</a> | <a href="colonial_relics.html" webstripperwas="colonial_relics.html" class="TopLink">Colonial Relics</a> | <a href="rgs_collection.html" webstripperwas="rgs_collection.html" class="TopLink">Exploration Collection</a> | <a href="events.aspx" class="TopLink">Marketing &amp; Events</a> | <a href="retailers.aspx" class="TopLink">Retailers</a> | <a href="contact.aspx" class="TopLink">Contact Us</a></div> </div> <tr> <font color ="#DACEAB" >.</font> </tr> <tr> <font color ="#DACEAB" >.</font> </tr> </tr> <script type="text/javascript"><!-- /* Script by: www.jtricks.com * Version: 20071017 * Latest version: * www.jtricks.com/javascript/navigation/floating.html */ var floatingMenuId = 'floatdiv'; var floatingMenu = { targetX: 0, targetY: 0, hasInner: typeof (window.innerWidth) == 'number', hasElement: typeof (document.documentElement) == 'object' && typeof (document.documentElement.clientWidth) == 'number', menu: document.getElementById ? document.getElementById(floatingMenuId) : document.all ? document.all[floatingMenuId] : document.layers[floatingMenuId] }; floatingMenu.move = function() { floatingMenu.menu.style.left = floatingMenu.nextX + 'px'; floatingMenu.menu.style.top = floatingMenu.nextY + 'px'; } floatingMenu.computeShifts = function() { var de = document.documentElement; floatingMenu.shiftX = floatingMenu.hasInner ? pageXOffset : floatingMenu.hasElement ? de.scrollLeft : document.body.scrollLeft; if (floatingMenu.targetX < 0) { floatingMenu.shiftX += floatingMenu.hasElement ? de.clientWidth : document.body.clientWidth; } floatingMenu.shiftY = floatingMenu.hasInner ? pageYOffset : floatingMenu.hasElement ? de.scrollTop : document.body.scrollTop; if (floatingMenu.targetY < 0) { if (floatingMenu.hasElement && floatingMenu.hasInner) { // Handle Opera 8 problems floatingMenu.shiftY += de.clientHeight > window.innerHeight ? window.innerHeight : de.clientHeight } else { floatingMenu.shiftY += floatingMenu.hasElement ? de.clientHeight : document.body.clientHeight; } } } floatingMenu.calculateCornerX = function() { if (floatingMenu.targetX != 'center') return floatingMenu.shiftX + floatingMenu.targetX; var width = parseInt(floatingMenu.menu.offsetWidth); var cornerX = floatingMenu.hasElement ? (floatingMenu.hasInner ? pageXOffset : document.documentElement.scrollLeft) + (document.documentElement.clientWidth - width) / 2 : document.body.scrollLeft + (document.body.clientWidth - width) / 2; return cornerX; }; floatingMenu.calculateCornerY = function() { if (floatingMenu.targetY != 'center') return floatingMenu.shiftY + floatingMenu.targetY; var height = parseInt(floatingMenu.menu.offsetHeight); // Handle Opera 8 problems var clientHeight = floatingMenu.hasElement && floatingMenu.hasInner && document.documentElement.clientHeight > window.innerHeight ? window.innerHeight : document.documentElement.clientHeight var cornerY = floatingMenu.hasElement ? (floatingMenu.hasInner ? pageYOffset : document.documentElement.scrollTop) + (clientHeight - height) / 2 : document.body.scrollTop + (document.body.clientHeight - height) / 2; return cornerY; }; floatingMenu.doFloat = function() { // Check if reference to menu was lost due // to ajax manipuations if (!floatingMenu.menu) { menu = document.getElementById ? document.getElementById(floatingMenuId) : document.all ? document.all[floatingMenuId] : document.layers[floatingMenuId]; initSecondary(); } var stepX, stepY; floatingMenu.computeShifts(); var cornerX = floatingMenu.calculateCornerX(); var stepX = (cornerX - floatingMenu.nextX) * .07; if (Math.abs(stepX) < .5) { stepX = cornerX - floatingMenu.nextX; } var cornerY = floatingMenu.calculateCornerY(); var stepY = (cornerY - floatingMenu.nextY) * .07; if (Math.abs(stepY) < .5) { stepY = cornerY - floatingMenu.nextY; } if (Math.abs(stepX) > 0 || Math.abs(stepY) > 0) { floatingMenu.nextX += stepX; floatingMenu.nextY += stepY; floatingMenu.move(); } setTimeout('floatingMenu.doFloat()', 20); }; // addEvent designed by Aaron Moore floatingMenu.addEvent = function(element, listener, handler) { if (typeof element[listener] != 'function' || typeof element[listener + '_num'] == 'undefined') { element[listener + '_num'] = 0; if (typeof element[listener] == 'function') { element[listener + 0] = element[listener]; element[listener + '_num']++; } element[listener] = function(e) { var r = true; e = (e) ? e : window.event; for (var i = element[listener + '_num'] - 1; i >= 0; i--) { if (element[listener + i](e) == false) r = false; } return r; } } //if handler is not already stored, assign it for (var i = 0; i < element[listener + '_num']; i++) if (element[listener + i] == handler) return; element[listener + element[listener + '_num']] = handler; element[listener + '_num']++; }; floatingMenu.init = function() { floatingMenu.initSecondary(); floatingMenu.doFloat(); }; // Some browsers init scrollbars only after // full document load. floatingMenu.initSecondary = function() { floatingMenu.computeShifts(); floatingMenu.nextX = floatingMenu.calculateCornerX(); floatingMenu.nextY = floatingMenu.calculateCornerY(); floatingMenu.move(); } if (document.layers) floatingMenu.addEvent(window, 'onload', floatingMenu.init); else { floatingMenu.init(); floatingMenu.addEvent(window, 'onload', floatingMenu.initSecondary); } //--></script> </span> <script type="text/javascript"><!-- function move_upper_left() { floatingMenu.targetX = 10; floatingMenu.targetY = 10; } function move_upper_center() { floatingMenu.targetX = 'center'; floatingMenu.targetY = 10; } function move_upper_right() { floatingMenu.targetX = -250; floatingMenu.targetY = 10; } function move_center_left() { floatingMenu.targetX = 10; floatingMenu.targetY = 'center'; } function move_center_center() { floatingMenu.targetX = 'center'; floatingMenu.targetY = 'center'; } function move_center_right() { floatingMenu.targetX = -250; floatingMenu.targetY = 'center'; } function move_lower_left() { floatingMenu.targetX = 10; floatingMenu.targetY = -110; } function move_lower_center() { floatingMenu.targetX = 'center'; floatingMenu.targetY = -110; } function move_lower_right() { floatingMenu.targetX = -250; floatingMenu.targetY = -110; } //--></script> <tr> <td><table width="935" height="90%" border="0" align="center" cellpadding="0" cellspacing="2"> <tr> <td height="732" valign="top" style="background:url(images/default_back.jpg) center top no-repeat;padding-top:104px;" ><div align="center"><img src="images/colonial/steadfast_chair.gif" webstripperwas="images/colonial/steadfast_chair.gif" width="799" height="369" /><br /> <span class="ProductHeader">The Steadfast Chair</span> <br /> &nbsp;<br /> <p>Hand stitched. Finished in Bull Hide and sustainable African Mahogany with solid<br /> brass hardware. Based on a legendary 1930&rsquo;s design. </p> <p>The Steadfast is at one with our corporate motto; <br /> Laudator Temporis Acti &ndash; &lsquo;the romance of an age gone by&rsquo;.<br /> &nbsp;</p> <p><a href="contact.aspx" webstripperwas="contact_us.html" class="ContactLink">Contact us for prices</a></p> <br /> <a href="roorkhee_chair.html" webstripperwas="roorkhee_chair.html" ><img src="images/button_col1.gif" webstripperwas="images/button_col1.gif" alt="Roorkhee Chair" width="109" height="50" hspace="3" border="0" /></a><a href="luggage_racks.html" webstripperwas="luggage_racks.html" ><img src="images/button_col2.gif" webstripperwas="images/button_col2.gif" alt="Luggage Racks" width="102" height="50" hspace="3" border="0" /></a><a href="harrymoon_table.html" webstripperwas="harrymoon_table.html" ><img src="images/button_col3.gif" webstripperwas="images/button_col3.gif" alt="Harry Moon Side Table" width="154" height="50" hspace="3" border="0" /></a><a href="steadfast_chair.html" webstripperwas="steadfast_chair.html" ><img src="images/button_col4.gif" webstripperwas="images/button_col4.gif" alt="The Steadfast Chair" width="134" height="50" hspace="3" border="0" /></a><a href="wash_basin.html" webstripperwas="wash_basin.html" ><img src="images/button_col5.gif" webstripperwas="images/button_col5.gif" alt="Wash Basin" width="87" height="50" hspace="3" border="0" /></a><a href="safari_oddments.html" webstripperwas="safari_oddments.html" ><img src="images/button_col6.gif" webstripperwas="images/button_col6.gif" alt="Safari Oddments" width="121" height="50" hspace="3" border="0" /></a></div></td> </tr> </table> <div align="center">" <br /> <a href="index.html" class="BottomLink">Home</a> | <a href="about_us.html" webstripperwas="about_us.html" class="BottomLink"> About Us</a> | <a href="luggage.html" webstripperwas="luggage.html" class="BottomLink"> Luggage</a> | <a href="seat_covers.html" webstripperwas="seat_covers.html" class="BottomLink"> Seat Covers</a> | <a href="colonial_relics.html" webstripperwas="colonial_relics.html" class="BottomLink"> Colonial Relics</a> | <a href="rgs_collection.html" webstripperwas="rgs_collection.html" class="BottomLink"> Exploration Collection</a> | <a href="events.aspx" webstripperwas="events.html" class="BottomLink"> Marketing &amp; Events</a> | <a href="retailers.aspx" webstripperwas="retailers.html" class="BottomLink"> Retailers</a> | <a href="contact.aspx" webstripperwas="contact_us.html" class="BottomLink"> Contact Us</a><br />" <br /> ©1998-2008 Melvill &amp; Moon (Pty) Ltd. All rights reserved.</div></td> </tr> </table> </body> </html>