| Home > Products > Running Trim
![Sale Banner](https://s.turbifycdn.com/aah/vintagewoodworks/porches-start-here-26.jpg)
< Previous PageRunning Trim
![Running Trim Usage Photo Running Trim Usage Photo](https://sep.turbifycdn.com/ty/cdn/vintagewoodworks/ei-usage-runningtrim.jpg?t=1739556503&)
Use Running Trim between Porch Posts, along eaves as Barge Boards, around the top of rooms as custom mouldings, etc.
|
| Go to page: ";
x = 1;
while(x <= numPages)
{ controlsHTML2 += "" + x + " ";
x++;
}
controlsHTML2 += " | Show All |
";
}
else
{
// added to move clear controls, move top line up if this is
// first time page load and there are no pagination controls
// needed. Sept 15 2008.
var browser=navigator.appName;
if(browser.match(/explorer/i))
{ document.getElementById('controlsTop').style.marginTop = "-38px"; }
controlsHTML = "";
controlsHTML2 = "";
}
document.getElementById('controlsTop').innerHTML = controlsHTML + controlsHTML2;
document.getElementById('controlsBot').innerHTML = controlsHTML + controlsHTML2;
function hidePages()
{
var x = 0;
while(x < numPages)
{
var pageID = "divPage" + x;
document.getElementById(pageID).style.display = 'none';
x++;
}
}
function showPages()
{
var x = 0;
while(x < numPages)
{
var pageID = "divPage" + x;
document.getElementById(pageID).style.display = 'inline';
x++;
}
controlsHTML = "