if (currentPageType == "onixProduct" && currentSubsection == "Titles") { function resizeTable() { var oBody = document.getElementById('bodyMiddle'); var oTable = oBody.getElementsByTagName('table')[0]; oTable.style.width = "599px"; var oTd = oTable.getElementsByTagName('td') oTd[1].style.width = "20px"; var oFont = oTable.getElementsByTagName('font'); for(var i=0; i < oFont.length; i++) { oFont[i].style.fontFamily = "Arial"; oFont[i].style.fontSize = "11px"; oFont[i].style.lineHeight = "18px"; } } resizeTable(); }