﻿var ExpandImageSrc = "/VP/images/meta-footer-up-arrow.gif"; var CollapseImageSrc = "/VP/images/meta-footer-down-arrow.gif"; var speed = 25; var incriment = 8; var iTimer; var calcHeight; function toggleDiv(d, c, b) { var a = document.getElementById(d); if (b != undefined) { if (b == "false") { ExpandImageSrc = "/VP/images/close_arrow.gif"; CollapseImageSrc = "/VP/images/open_arrow.gif" } else { if (b == "p4later") { ExpandImageSrc = "/VP/images/meta-footer-up-arrow.gif"; CollapseImageSrc = "/VP/images/meta-footer-down-arrow.gif" } else { ExpandImageSrc = "/VP/images/close_arrow1.gif"; CollapseImageSrc = "/VP/images/open_arrow1.gif" } } } else { ExpandImageSrc = "/VP/images/meta-footer-up-arrow.gif"; CollapseImageSrc = "/VP/images/meta-footer-down-arrow.gif" } if (a.style.display != "block") { if (c) { document.getElementById(c).setAttribute("src", CollapseImageSrc) } showDiv(d); Expand(d) } else { if (c) { document.getElementById(c).setAttribute("src", ExpandImageSrc) } collapse(d) } } function Expand(c) { var b = document.getElementById(c); var a = b.offsetHeight; if (a < calcHeight) { b.style.height = a + incriment + "px"; iTimer = setTimeout("Expand('" + c + "')", speed) } else { clearTimeout(iTimer) } } function collapse(c) { var b = document.getElementById(c); var a = b.offsetHeight; if (a > incriment) { b.style.height = a - incriment + "px"; iTimer = setTimeout("collapse('" + c + "')", speed) } else { clearTimeout(iTimer); b.style.height = "100%"; b.style.display = "none" } } function showDiv(b) { var a = document.getElementById(b); a.style.display = "block"; calcHeight = a.offsetHeight; a.style.height = "0px" } function PNPopup(b, a) { window.open("/NotifyProduct.aspx?PCode=" + a, b.target, "width=465,height=508,status=1,scrollbars=1,top=50,left=50"); return false } function PNPopupNew(a, b) { if (b != "0") { window.open("/NotifyProduct.aspx?PCode=" + a + "&PSCode=" + b, "_blank", "width=465,height=508,status=1,scrollbars=1,top=50,left=50") } else { window.open("/NotifyProduct.aspx?PCode=" + a, "_blank", "width=465,height=508,status=1,scrollbars=1,top=50,left=50") } return false } function PSelNPopupNew(a) { window.open("/NotifyProduct.aspx?PSCode=" + a, "_blank", "width=465,height=508,status=1,scrollbars=1,top=50,left=50"); return false };
