/* Hide lightbox */function hideLightbox() {	objectSlide.style.display = 'none';		objectCover.style.display = 'none';}/* Open lightbox */function showLightbox(item) {// show the layer// alert(item);	objectSlide.style.display = 'block';	objectCover.style.display = 'block';	objectHTMLBoxEtsy.innerHTML='<h1>THE STORE</h1> <a href="#" onclick="hideLightbox();">Close this window</a> and return to LaDonnaWitmer.com.<iframe src="http://www.etsy.com/view_listing.php?listing_id=' + item + '" width="890px" height="550px" frameborder="0" scrolling="auto"><p>Your browser does not support iframes.</p></iframe>';}/* Open lightbox */function showLightboxStore() {// show the layer// alert(item);	objectSlide.style.display = 'block';	objectCover.style.display = 'block';	objectHTMLBoxEtsy.innerHTML='<h1>THE STORE</h1> <a href="#" onclick="hideLightbox();">Close this window</a> and return to LaDonnaWitmer.com.<iframe src="http://www.etsy.com/shop.php?user_id=5312482" width="890px" height="550px" frameborder="0" scrolling="auto"><p>Your browser does not support iframes.</p></iframe>';}