<!--

function MM_openBrWindow(theURL,winName,features) {
  smallWin=window.open(theURL,winName,features);
}

function tellAFriend (undef) {
    var baseRef = document.location.href.substring(document.location.href.lastIndexOf("/") + 1,location.href.length);
    baseRef = baseRef.substring(0,baseRef.lastIndexOf("."));
    var URL = "http://tellafriend.bock.com/cgi-bin/sendthis.pl?catalogname=giftedgarden&item=" + baseRef;
    MM_openBrWindow(URL,'tellAFriend','scrollbars=no,resizable=yes,width=500,height=480,left=200,top=50');
}

function ZoomPopUp(theURL,imgHeight,imgWidth) {
if ((navigator.appVersion.indexOf("AOL") >0)) {
  var features = "scrollbars=no,resizable=no,width=" + imgWidth + ",height=" + imgHeight + ",left=200,top=30"
  MM_openBrWindow(theURL,"ZoomPopUp",features);
} else if (navigator.appVersion.indexOf("Mac") != -1) {
  var features = "scrollbars=no,resizable=no,width=" + imgWidth + ",height=" + imgHeight + ",left=200,top=30"
  MM_openBrWindow(theURL,"ZoomPopUp",features);
} else {
PopUp=window.open("","ZoomPopUp",'scrollbars=yes,resizable=yes,width=540,height=470,left=200,top=30');
PopUp.document.write ("<HTML><HEAD><TITLE>");
PopUp.document.write ("Image Zoom");
PopUp.document.write ("</TITLE></HEAD>");
PopUp.document.write ("<body TOPMARGIN=20 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 BGCOLOR=#CFC793 TEXT=#333333 LINK=#990000 VLINK=#336699>");
PopUp.document.write ("<table cellpadding=0 cellspacing=0 bgcolor=#FFFFFF border=0 width='100%'>");
PopUp.document.write ("<tr valign='top'><td><CENTER><A HREF='JavaScript:this.close()'><img src=/images/buttons/close.gif width=109 height=19 border=0 align=absmiddle></a><hr width=375 size=1 color=#B4763E noshade><br>");
PopUp.document.write ("<A HREF='JavaScript:this.close()'><IMG BORDER=0 HSPACE=0 VSPACE=0 SRC='");
PopUp.document.write (theURL);
PopUp.document.write ("' height='");
PopUp.document.write (imgHeight);
PopUp.document.write ("' width='");
PopUp.document.write (imgWidth);
PopUp.document.write ("'></a><b><br>LogFurnitureDelights.com<br>Toll free: 1.877.475.0123");
PopUp.document.write ("</b></CENTER></td></tr>");
PopUp.document.write ("<tr valign='top'><td bgcolor=#ffffff class=tan>");
PopUp.document.write ("<CENTER><hr width=375 size=1 color=#B4763E noshade></CENTER>");
PopUp.document.write ("</td></tr></table>");
PopUp.document.write ("</BODY></HTML>");
	}
	}

//-->
