function ShowHide(strObjId) { if (document.getElementById(strObjId).style.display == 'none') { document.getElementById(strObjId).style.display = '' } else { document.getElementById(strObjId).style.display = 'none' } } function EmailAFriend(arg) { childWindow = window.open("/Tools/EmailAFriend.aspx?page=" + location.href + "&arg=" + arg, "EmailAFriend", 'width=473,height=470,left=' + (screen.width-265)/2 + ',top=' + (screen.height-285)/2 + ',toolbars=no,scrollbars=no,status=no,resizable=no'); } function ProductZoom(id) { childWindow = window.open("/Tools/ProductZoom.aspx?product=" + id, "ProductZoom", 'width=473,height=545,left=' + (screen.width-265)/2 + ',top=' + (screen.height-285)/2 + ',toolbars=no,scrollbars=no,status=no,resizable=no'); }