var ifrmContent = document.getElementById('dc1'); function toggleIframes(strValue) { if (strValue) { ifrmContent.style.display = 'none'; ifrmContent.src = strValue + ''; ifrmContent.src = strValue + '.html'; ifrmContent.style.display = 'block'; } else { ifrmContent.src = ''; ifrmContent.style.display = 'none'; } }