//	navigation row for GS

var Start  = ' <p class="navmid">' ;
var Close  = '  </p> ' ;

// Name of Firm
var Name  = ' L &amp; J.G. Stickley Factory ' ; 
// The following lines may be split: before title, then title, then after title
// Pictures
var ONRS = ' [<a href="onrs_gs.htm" title=" (?K)"> Pictures </a>] ' ; 
// Models
var MDLS = ' [No Models]' ;
// Graphics
var GRFX = ' [<a href="grfx_gs.htm" title=" (12K)"> Graphics </a>] ' ;
// Patent
var PTNT = ' ' ;
// History
var HIST = ' History [<a href="stat_ny.htm#NY_GS"> Short </a>] [<a href="hist_gs.htm"> Long </a>] ' ;

document.write( Start+Name+ONRS+MDLS+GRFX+PTNT+HIST+Close );