| GeneratedContent |
<!-- SCRIPT_NAME: Details.cfm - 0 -->
<!-- IP 50.16.166.175 : CCBot/2.0 -->
<!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" xml:lang="en">
<head>
<meta http-equiv="x-ua-compatible" content="IE=9" >
<meta http-equiv="x-ua-compatible" content="IE=8" >
<meta http-equiv="x-ua-compatible" content="IE=7" >
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="msvalidate.01" content="E82D4BB049B6E837D377BB085E44A798" />
<link rel="stylesheet" href="/css-v2/main.css" />
<link rel="stylesheet" href="/css-v2/skin.css" type="text/css" />
<link rel="stylesheet" href="/css-v2/jquery-ui.css" />
<link rel="stylesheet" href="/css-v2/flexslider.css" type="text/css" media="screen" />
<script type='text/javascript' src='/js/jquery-1.8.3.js'></script>
<script type='text/javascript' src="/js/SessionWatch.js"></script>
<script type="text/javascript" src="/js/scroll.js"></script>
<script type="text/javascript" src="/js/jquery.jcarousel.js"></script>
<script defer src="/js/jquery.flexslider.js"></script>
<script defer src="/js/bookmark.js"></script>
<script defer src="/js/allscripts.js"></script>
<a class="scrollup" href="#" style="display: inline;">Scroll</a>
<script type="text/javascript" src="/js/ga-extra.js"></script>
<!--Vgrid start-->
<script type="text/javascript" src="/scripts/jquery.easing.min.js"></script>
<script type="text/javascript" src="/scripts/jquery.vgrid.min.js"></script>
<script type="text/javascript">
$(function(){
$(".grid-content").vgrid({
easing: "easeOutQuint",
time: 400,
delay: 20
});
});
</script>
<!--Vgrid end-->
<script language="JavaScript">
window.name="Wholesale";
window.focus();
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
</script>
<script type="text/javascript">
function mycarousel_initCallback(carousel)
{
// Disable autoscrolling if the user clicks the prev or next button.
carousel.buttonNext.bind('click', function() {
carousel.startAuto(0);
});
carousel.buttonPrev.bind('click', function() {
carousel.startAuto(0);
});
// Pause autoscrolling if the user moves with the cursor over the clip.
carousel.clip.hover(function() {
carousel.stopAuto();
}, function() {
carousel.startAuto();
});
};
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
auto: 2,
wrap: 'last',
initCallback: mycarousel_initCallback
});
});
</script>
<script type="text/javascript">
var lhnAccountN=14623; //LiveHelpNow account #
var lhnButtonN = 35; //Button #
var lhnInviteEnabled = 1; //Invite visitor to chat automatically
var lhnInviteChime = 0; //1 = disable invite beep sound,0 = keep invite beep sound enabled
var lhnWindowN = 0; //Chat window #, leave 0 to open default window setup for your account
var lhnDepartmentN = 0; //Department #, leave 0 to not route by department
var lhnCustomInvitation = ''; //change to 1 to use custom invitation, see this article for customization instructions: http://help.livehelpnow.net/article.aspx?cid=1&aid=1739
var lhnCustom1 = ''; //Custom1 feed value please use encodeURIComponent() function to encode your values
var lhnCustom2 = ''; //Custom2 feed value please use encodeURIComponent() function to encode your values
var lhnCustom3 = ''; //Custom3 feed value please use encodeURIComponent() function to encode your values
var lhnTrackingEnabled = 't'; //change to 'f' to disable visitor tracking
var lhnVersion = 5.3; //LiveHelpNow version #
var lhnJsHost = (("https:" == document.location.protocol) ? "https://" : "http://"); //to force secure chat replace this line with: var lhnJsHost = 'https://';
var lhnScriptSrc = lhnJsHost + 'www.livehelpnow.net/lhn/scripts/livehelpnow.aspx?lhnid=' + lhnAccountN + '&iv=' + lhnInviteEnabled + '&d=' + lhnDepartmentN + '&ver=' + lhnVersion + '&rnd=' + Math.random();
var lhnScript = document.createElement("script"); lhnScript.type = "text/javascript";lhnScript.src = lhnScriptSrc;
if (window.addEventListener) {
window.addEventListener('load', function () { document.getElementById('lhnContainer').appendChild(lhnScript); }, false);
}
else if (window.attachEvent) {
window.attachEvent('onload', function () { document.getElementById('lhnContainer').appendChild(lhnScript); });
}
</script>
<script type="text/javascript">
function theLeftRotator() {
//Set the opacity of all images to 0
$('div#rotatorLeft div').css({opacity: 0.0});
//Get the first image and display it (gets set to full opacity)
$('div#rotatorLeft div:first').css({opacity: 1.0});
//Call the rotator function to run the slideshow, 6000 = change to next image after 6 seconds
setInterval('rotateLeft()',2000);
}
function rotateLeft() {
//Get the first image
var current = ($('div#rotatorLeft div.show1')? $('div#rotatorLeft div.show1') : $('div#rotatorLeft div:first'));
//Get next image, when it reaches the end, rotate it back to the first image
var next = ((current.next().length) ? ((current.next().hasClass('show1')) ? $('div#rotatorLeft div:first') :current.next()) : $('div#rotatorLeft div:first'));
//Set the fade in effect for the next image, the show class has higher z-index
next.css({opacity: 0.0})
.removeClass('hide1')
.addClass('show1')
.animate({opacity: 1.0}, 1000);
//Hide the current image
current.animate({opacity: 0.0}, 1000)
.removeClass('show1')
.addClass('hide1');
};
var SearchString = '';
var SearchStringTemp = '';
$(document).ready(function() {
theLeftRotator();
/*Site Search */
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16847633-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-16847633-2', 'rensup.com');
ga('send', 'pageview');
</script>
<script src="/js/jquery-ui.js"></script>
<script type="text/javascript">
function selectMainMenu(tempurl,Tempcatid,tempmenuid)
{
//alert(tempurl);
//alert(Tempcatid);
//alert(tempmenuid);
var ser = "www.rensup.com";
//alert(ser);
//document.getElementById(tempmenuid).className ="current";
var tttt = "http://"+ser+"/"+tempurl+"/cat-"+Tempcatid+".htm";
//alert(tttt);
//window.location = tttt;
// $('ul.mega-menu li a').each(function(){
// var $href = $(this).attr('href');
// if ( ($href == $tttt) || ($href == '') ) {
// $(this).addClass('current');
// } else {
// $(this).removeClass('on');
// }
// });
//alert(tttt);
window.location = tttt;
}
</script>
<!-- MyBuys libraries and style sheet - Place in <head> element -->
<!-- For secure (HTTPS) pages, change the href in the link element and -->
<!-- the src in both <script> tags to use 'https' instead of 'http' -->
<link
href="http://t.p.mybuys.com/clients/RENSUP/css/styles.css"
type="text/css"
rel="stylesheet"
id="mybuysstyles">
<script
type="text/javascript"
src="http://t.p.mybuys.com/js/mybuys4.js">
</script>
<script
type="text/javascript"
src="http://t.p.mybuys.com/clients/RENSUP/js/setup.js">
</script>
<!-- End MyBuys libraries and style sheet -->
</head>
<body>
<!-- MyBuys Web Recommendation Zone - Place in <body> element -->
<!-- End MyBuys Web Recommendation Zone -->
<!-- Main Wrapper start-->
<div class="main-wrapper">
<!-- Top Header start-->
<script type="text/javascript">
function addToBookmarks(url,title) {
if (window.external && window.external.AddFavorite)
window.external.AddFavorite(url,title); // IE4 and later
else if (window.sidebar && window.sidebar.addPanel)
window.sidebar.addPanel(title,url,''); // Gecko/firefox
}
</script>
<!-- Hide show script start-->
<style>
.menu_container {
width: 500px;
}
.menu_head {
cursor: pointer;
}
.menu_body {
}
.menu_body p{
}
.plusminus{
}
</style>
<script>
$(document).ready(function(){
$(".menu_body").hide();
//toggle the componenet with class menu_body
$(".menu_head").click(function(){
$(this).next(".menu_body").slideToggle(600);
var plusmin;
plusmin = $(this).children(".plusminus").text();
if( plusmin == '+')
$(this).children(".plusminus").text('-');
else
$(this).children(".plusminus").text('+');
});
});
</script>
<!-- hide show end-->
<div class="header-top-wrapper">
<div class="header-top-container">
<ul>
<li class="email-header"><a href="javascript:gotoComments();" title="Email Questions">Email Questions ?</a></li>
<li class="shoppingcart-header"><a href="#" onClick="gotoShopCart();" title="Click here to see your order in the cart">Shopping Cart & Checkout</a></li>
<li class="trackorder-header"><a href="http://www.rensup.com/orders" onClick="gotoCheckOrder();" title="Click here to track your orders">Track your Order(s) here</a></li>
<li class="favorite-header"><a href="javascript:bookmarksite('Renovator\'s Supply Home Store', 'http://www.rensup.com')" title="Add Site to your favorites list">Add Site to your favorites List</a></li>
<li class="browse-header"><a href="/catalog/flipbook/index.html" target="_blank" title="Browse our online catalog">Browse our online catalog</a></li>
<li class="cards-top"><img src="/HomePageImages/accepted-card-icons.jpg" width="155" height="23" /></li>
</ul>
</div>
</div>
<!-- Top Header End-->
<!-- Main Header start-->
<div class="header-wrapper">
<div class="header-container">
<!-- Logo start-->
<div class="logo-main"><a href="http://www.rensup.com"><img src="/HomePageImages/logo_main.png" width="438" height="63" alt="Logo" /></a></div>
<!--Header right start-->
<div class="header-right">
<div class="shoping-cart-checkout"><a href="##" onClick="gotoShopCart();" title="Click here to see your order in the cart">Shopping Cart
& Checkout</a></div>
<div class="live-chart-top">
<div id="lhnContainer">
<div id="lhnChatButton"></div>
</div></a></div>
<div class="helpline-no-top">1.800.659.2211 413.423.3300</div>
<div class="clearfix"></div>
<div class="search-wrapper">
<form method="post" name="search" id="search" onSubmit="return submitForm();" action="/search.cfm?CFID=13562060&CFTOKEN=55138043">
<input type="text" class="search-field-main" name="keyword" id="tags" placeholder="Search by Category, Item #, Item name Or Item description..">
<input type="submit" name="search1" value="Search" class="search-btn-main" onClick="return submitForm();" title="Enter the ItemName or ItemID you wish to search for.">
</form>
</div>
</div>
<!--Header right End-->
</div>
</div>
<!--Wrapper Starts-->
<!-- Main Header End-->
<!-- Menu start-->
<!-- Static Menu Bar-->
<div class="menu-wrapper" >
<ul>
<li class="menu-home"><a href="http://www.rensup.com"><img src="/HomePageImages/home_icon.png" width="24" height="20" alt="Home" /></a></li>
<li><a href="http://www.rensup.com/CompleteIndex.cfm" title="Click here to go to Plumbing" target="_blank">All Categories</a></li>
<li><a href="http://www.rensup.com/Categories/Cat-375.htm" title="Click here to go to Plumbing">Plumbing</a>
<!-- mega menu wrapper start-->
<div class="menu-main-wrapper">
<div class="menu-main-left" >
<ul>
<li>
<A HREF = "javascript:selectMainMenu('Categories',479,'Selmainmenu3');" rel="nofollow">
Bathroom Sinks
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',431,'Selmainmenu3');" rel="nofollow">
Dual Flush Toilets
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',377,'Selmainmenu3');" rel="nofollow">
Medicine Cabinets
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',1588,'Selmainmenu3');" rel="nofollow">
Pedestal Sinks
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',462,'Selmainmenu3');" rel="nofollow">
Clawfoot Tub Fixtures
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',1525,'Selmainmenu3');" rel="nofollow">
Clawfoot Shower Enclosures
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',1072,'Selmainmenu3');" rel="nofollow">
Bathroom Sink Faucets
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',419,'Selmainmenu3');" rel="nofollow">
Shower Fixtures
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',1705,'Selmainmenu3');" rel="nofollow">
Children's Bathroom Section
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',2331,'Selmainmenu3');" rel="nofollow">
Toilet Seat Line
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',1846,'Selmainmenu3');" rel="nofollow">
Medicine Cabinets
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',1563,'Selmainmenu3');" rel="nofollow">
Sink & Toilet Suites
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',1557,'Selmainmenu3');" rel="nofollow">
Discount Sinks and Faucets
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',1556,'Selmainmenu3');" rel="nofollow">
Kitchen Accessories
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',1862,'Selmainmenu3');" rel="nofollow">
Salon Chairs
</A>
</li>
<li>
<A HREF = "/search.cfm?keyword=space%20saving">
Space Savers
</A>
</li>
<li>
<A HREF = "/search.cfm?keyword=Corner Sinks">
Corner Sinks
</A>
</li>
</ul>
</div>
<div class="menu-main-right"><img src="/t/Glass_Sinks_Dtl13374.jpg" width="200" height="200" /></div>
</div>
<!-- mega menu wrapper End-->
</li>
<li><a href="http://www.rensup.com/Categories/Cat-228.htm" title="Click here to go to Hardware">Hardware</a>
<!-- mega menu wrapper start-->
<div class="menu-main-wrapper">
<div class="menu-main-left">
<ul >
<li>
<A HREF = "javascript:selectMainMenu('Categories',256,'Selmainmenu3');" rel="nofollow">
Door Hardware
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',1722,'Selmainmenu3');" rel="nofollow">
Wrought Iron Hardware
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',1078,'Selmainmenu3');" rel="nofollow">
Hinges
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',229,'Selmainmenu3');" rel="nofollow">
Cabinet Hardware
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',298,'Selmainmenu3');" rel="nofollow">
Heat Registers, Grilles, Covers
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',313,'Selmainmenu3');" rel="nofollow">
Switchplates
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',303,'Selmainmenu3');" rel="nofollow">
Hooks, Brackets Hangers
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',599,'Selmainmenu3');" rel="nofollow">
Garden Accessories
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',321,'Selmainmenu3');" rel="nofollow">
Shutter Hardware
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',309,'Selmainmenu3');" rel="nofollow">
Curtains Window Treatments
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',310,'Selmainmenu3');" rel="nofollow">
House Numbers and Signs
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',323,'Selmainmenu3');" rel="nofollow">
Chair Seat Replacement
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',322,'Selmainmenu3');" rel="nofollow">
Fireplace Accessories
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',1075,'Selmainmenu3');" rel="nofollow">
Fasteners and Screws
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',1432,'Selmainmenu3');" rel="nofollow">
Security and Wooden Doors
</A>
</li>
</ul>
</div>
<div class="menu-main-right"><img src="/t/Door_Knockers_Dtl15864.jpg" width="200" height="200" /></div>
</div>
<!-- mega menu wrapper End-->
</li>
<li><a href="http://www.rensup.com/Categories/Cat-324.htm" title="Click here to go to Lighting">Lighting</a>
<!-- mega menu wrapper start-->
<div class="menu-main-wrapper">
<div class="menu-main-left">
<ul >
<li>
<A HREF = "javascript:selectMainMenu('Categories',1911,'Selmainmenu3');" rel="nofollow">
Switchplates
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',2464,'Selmainmenu3');" rel="nofollow">
Ceiling Medallions
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',346,'Selmainmenu3');" rel="nofollow">
Lamp Shades
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',600,'Selmainmenu3');" rel="nofollow">
Track Lighting
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',342,'Selmainmenu3');" rel="nofollow">
Ceiling Fan Medallions
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',362,'Selmainmenu3');" rel="nofollow">
Wall Lamps
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',2134,'Selmainmenu3');" rel="nofollow">
Switchplate Tags
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',356,'Selmainmenu3');" rel="nofollow">
Table Lamps
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',373,'Selmainmenu3');" rel="nofollow">
Antique Floor Lamp Series
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',325,'Selmainmenu3');" rel="nofollow">
Crystal Prisms
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',1641,'Selmainmenu3');" rel="nofollow">
Chandeliers
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',367,'Selmainmenu3');" rel="nofollow">
Bathroom Lighting
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',368,'Selmainmenu3');" rel="nofollow">
Outdoor Lights
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',330,'Selmainmenu3');" rel="nofollow">
Ceiling Mount Lights
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',374,'Selmainmenu3');" rel="nofollow">
Cabinet Lighting
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',596,'Selmainmenu3');" rel="nofollow">
Thermostat
</A>
</li>
</ul>
</div>
<div class="menu-main-right"><img src="/t/Table_Lamps_Dtl10076.jpg" width="200" height="200" /></div>
</div>
<!-- mega menu wrapper End-->
</li>
<li><a href="http://www.rensup.com/Categories/Cat-101.htm" title="Click here to go to Yield House Furniture">Yield House Furniture</a>
<!-- mega menu wrapper start-->
<div class="menu-main-wrapper">
<div class="menu-main-left">
<ul>
<li>
<A HREF = "javascript:selectMainMenu('Categories',2431,'Selmainmenu3');" rel="nofollow">
Cabinet Hardware
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',168,'Selmainmenu3');" rel="nofollow">
Living & Family Room
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',160,'Selmainmenu3');" rel="nofollow">
Kitchen Accessories
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',207,'Selmainmenu3');" rel="nofollow">
Storage
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',102,'Selmainmenu3');" rel="nofollow">
Bedroom furniture
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',140,'Selmainmenu3');" rel="nofollow">
Home Office
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',2439,'Selmainmenu3');" rel="nofollow">
Mirrors
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',203,'Selmainmenu3');" rel="nofollow">
Furniture Finishing & Repair
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',124,'Selmainmenu3');" rel="nofollow">
Dining Room
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',1617,'Selmainmenu3');" rel="nofollow">
Wallpaper
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',862,'Selmainmenu3');" rel="nofollow">
Kid's Furnishings
</A>
</li>
</ul>
</div>
<div class="menu-main-right"><img src="/t/Sofa_Tables_Dtl191010.jpg" width="200" height="200" /></div>
</div>
<!-- mega menu wrapper End-->
</li>
<li><a href="http://www.rensup.com/Categories/Cat-678.htm" title="Click here to go to Design Accents">Design Accents</a>
<!-- mega menu wrapper start-->
<div class="menu-main-wrapper">
<div class="menu-main-left">
<ul>
<li>
<A HREF = "javascript:selectMainMenu('Categories',681,'Selmainmenu3');" rel="nofollow">
Architectural Accents
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',718,'Selmainmenu3');" rel="nofollow">
Outdoor Decor
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',784,'Selmainmenu3');" rel="nofollow">
Bar Rail
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',706,'Selmainmenu3');" rel="nofollow">
Carpet Rods
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',765,'Selmainmenu3');" rel="nofollow">
Gift Gallery
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',1597,'Selmainmenu3');" rel="nofollow">
Country Kitchen
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',1986,'Selmainmenu3');" rel="nofollow">
Holiday Decor
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',702,'Selmainmenu3');" rel="nofollow">
Weathervanes
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',2426,'Selmainmenu3');" rel="nofollow">
Ceiling Tiles
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',1616,'Selmainmenu3');" rel="nofollow">
Clearance Sale
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',2406,'Selmainmenu3');" rel="nofollow">
Stair Rods
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',1987,'Selmainmenu3');" rel="nofollow">
Kick Plate
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',692,'Selmainmenu3');" rel="nofollow">
Wallpaper
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',690,'Selmainmenu3');" rel="nofollow">
Corner Protector
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',2463,'Selmainmenu3');" rel="nofollow">
Shelf Brackets
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Categories',703,'Selmainmenu3');" rel="nofollow">
Wall and Floor Tiles
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',691,'Selmainmenu3');" rel="nofollow">
Mailboxes
</A>
</li>
<li>
<A HREF = "javascript:selectMainMenu('Products',1990,'Selmainmenu3');" rel="nofollow">
Staircases
</A>
</li>
</ul>
</div>
<div class="menu-main-right"><img src="/t/Weathervanes_Dtl12752.jpg" width="200" height="200" /></div>
</div>
<!-- mega menu wrapper End-->
</li>
<li><a href="javascript:gotoLinks();" title="Click here to go to Consumer Links">Consumer Links</a></li>
<li><a href="http://www.rensup.com/Policy/ImportantInformation.cfm" target="_blank" title="Click here to go to Important Inforamtion Page">Important Info</a></li>
<li><a href="javascript:MM_openBrWindow('http://www.rensup.com/BusinessCustomers/','BusinessCustomers',%20'width=750,height=600,toolbar=1,location=1,directories=0,
status=1,menuBar=0,scrollBars=1,resizable=1');" title="Click here to go to Business Customers Page" title="Click here to go to Business Customers Page"> Business Customer</a></li>
<li><a href="http://www.rensup.com/blog/" target="_blank" class="none" title="Click here to go to Blog"> Blog</a></li>
</ul>
</div>
<!-- Menu End-->
<!-- Main container start-->
<div class="clearfix"></div>
<script type="text/javascript">
$(document).ready(function(){
$(window).scroll(function(){
if ($(this).scrollTop() > 100) {
$('.scrollup').fadeIn();
} else {
$('.scrollup').fadeOut();
}
});
$('.scrollup').click(function(){
$("html, body").animate({ scrollTop: 0 }, 600);
return false;
});
$('.container').hide();
$('.container:first').show();
$('div.item-index-wrapper .container').show();
$('div.footer-top-widget .container').show();
$('.header').live('click',function(){
$(this).siblings('.container').toggle("slow");
});
});
</script>
<div itemscope itemtype="http://data-vocabulary.org/Product">
<meta itemprop="currency" content="USD" />
<div class="main-container">
<script type="text/javascript">
mybuys.setPageType("PRODUCT_DETAILS");
mybuys.set("productid","
|