<!--
if (TransMenu.isSupported()) {
var ms = new TransMenuSet(TransMenu.direction.right, 0, 0, TransMenu.reference.topRight);
var menu27 = ms.addMenu(document.getElementById("menu27"));
 menu27.addItem("Bedding", "http://bedding.myfurnituretown.com", "0");
 menu27.addItem("Area Rugs","http://rugs.myfurnituretown.com", "0");
menu27.addItem("Table Lamps","http://lamps.myfurnituretown.com", "0");
menu27.addItem("Accents","http://accents.myfurnituretown.com", "0");
menu27.addItem("Throw Pillows","http://pillows.myfurnituretown.com", "0");
menu27.addItem("Throws","http://throws.myfurnituretown.com", "0");
var menu29 = ms.addMenu(document.getElementById("menu29"));
 menu29.addItem("Furniture MAGAZINES", "furniture_magazines.html", "0");
menu29.addItem("Furniture VIDEOS", "furniture_videos.html", "0");
menu29.addItem("Furniture PODCAST", "furniture_podcast.html", "0");
var menu46 = ms.addMenu(document.getElementById("menu46"));
 menu46.addItem("Locate a Designer", "designer_directory.html", "0");
menu46.addItem("Room Planner", "room_planner.html", "0");
menu46.addItem("Interior Design LINKS", "furniture_design_links.html", "0");
var menu49 = ms.addMenu(document.getElementById("menu49"));
 menu49.addItem("Furniture Repair", "furniture_repair.html", "0");
menu49.addItem("Home Delivery", "furniture_delivery.html", "0");
menu49.addItem("Furniture Directory <img src=p.png border=0>", "#", "0");
var menu53 = menu49.addMenu(menu49.items[2],0,0);
menu53.addItem("Furniture Events", "furniture_calendar.html", "0");
menu53.addItem("Furniture Links", "furniture_links.html", "0");
menu53.addItem("Furniture Groups", "http://groups.google.com/group/my-furniture-town", "0");
menu49.addItem("Furniture Financing", "furniture_financing.html", "0");

function init() {
if (TransMenu.isSupported()) {
TransMenu.initialize();
document.getElementById("menu41").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu41").onmouseout = function() { this.className = ""; }
menu27.onactivate = function() {document.getElementById("menu27").className = "hover"; };
 menu27.ondeactivate = function() {document.getElementById("menu27").className = ""; };
  {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu158").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu158").onmouseout = function() { this.className = ""; }
{
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu58").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu58").onmouseout = function() { this.className = ""; }
{
ms.hideCurrent();
this.className = "hover";
}
{
ms.hideCurrent();
this.className = "hover";
}
menu29.onactivate = function() {document.getElementById("menu29").className = "hover"; };
 menu29.ondeactivate = function() {document.getElementById("menu29").className = ""; };
{
ms.hideCurrent();
this.className = "hover";
}
menu46.onactivate = function() {document.getElementById("menu46").className = "hover"; };
 menu46.ondeactivate = function() {document.getElementById("menu46").className = ""; };
 {
ms.hideCurrent();
this.className = "hover";
}

menu49.onactivate = function() {document.getElementById("menu49").className = "hover"; };
 menu49.ondeactivate = function() {document.getElementById("menu49").className = ""; };
 menu58.onactivate = function() {document.getElementById("menu58").className = "hover"; };
 menu58.ondeactivate = function() {document.getElementById("menu58").className = ""; };
 document.getElementById("menu244").onmouseover = function() {
ms.hideCurrent();
this.className = "hover";
}
document.getElementById("menu244").onmouseout = function() { this.className = ""; }
}}
TransMenu.dingbatSize = 0;
TransMenu.spacerGif = "";
TransMenu.dingbatOn = "";
TransMenu.dingbatOff = ""; 
TransMenu.sub_indicator = false;
TransMenu.menuPadding = 0;
TransMenu.itemPadding = 0;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 3;
TransMenu.shadowColor = "#888";
TransMenu.shadowPng = "images/grey-40.png";
TransMenu.backgroundColor = "#FFCC99";
TransMenu.backgroundPng = "images/white-90.png";
TransMenu.hideDelay = 600;
TransMenu.slideTime = 300;
TransMenu.selecthack = 0;
TransMenu.renderAll();
if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", init, false );
else if ( typeof window.attachEvent != "undefined" ) {
window.attachEvent( "onload", init);
}else{
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
init();
}
}else
window.onload = init();
}
}
-->