function rollover(img, src1, src2) { img.src = img.src.replace(src1, src2); } function rolloverparent(parent, src1, src2) { for(var i=0; i= 1024 && countryCode=="US" && glbCustomerZoneID=="3") { var pParameters = "PD="+pid + "&SP="+spec; var WindowName="FrameStudio" + new Date().getTime(); winPop = window.open("/FrameStudio/default.asp?" + pParameters + "&ui=" + qs_sessionid + "&customerzoneid=" + glbCustomerZoneID,WindowName,'toolbar=no,location=no,status=no,statusbar=no,menubar=no,height=678,width=900,scrollbars=no,resizable=no,top=' + mTop + ',left=' + mLeft); if (winPop){ if (winPop.focus){ winPop.focus() } }else{ window.location.href = "/FrameStudio/error.asp?error=popup&" + pParameters + "&ui=" + qs_sessionid; } //}else{ //document.location.href = "/frameshop/default-aspx/_/PD--"+pid+"/SP--"+spec+"/frameshop.art?ui=" + qs_sessionid; //} } function toggle(pElementID, aTag) { var pElem = document.getElementById(pElementID); if(aTag.innerHTML == "close") { aTag.innerHTML = "learn more"; pElem.style.display = "none"; } else { aTag.innerHTML = "close"; pElem.style.display = "block"; } }