﻿function _ecShopPostStep2Webpayment() { var contentContainer = document.getElementById("content_container"); if(contentContainer) { contentContainer.className = ""; hideObject("second_container"); var contentArea = document.getElementById("content_area"); if(contentArea) { contentArea.className = "right_sidebar";}
var step3 = document.getElementById("ecshopfx_container_step3"); if(step3) { step3.className = "valitor-frame";}
var iframe = document.getElementById("webpayment"); if(iframe) { iframe.setAttribute("scrolling", "no");}
}
}
function _ecshopPostWebpayment() { var contentContainer = document.getElementById("content_container"); if(contentContainer) { contentContainer.className = "right_menu"; showObject("second_container"); var contentArea = document.getElementById("content_area"); if(contentArea) { contentArea.className = "";}
var step3 = document.getElementById("ecshopfx_container_step3"); if(step3) { step3.className = "";}
}
}

