<!-- Begin
function popUp(URL) {
framename = parent.location.href;
var2 = framename;
newurl = "http://www.smithsfurniture.net/common/Contact_us_popup_DB.php?url=" + framename + "&dealerid=29";


day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(newurl, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=550,height=600');");
}
// End -->