/* expand and collapse */ function doExpand(paraNum){ if (paraNum.style.display=="none") { paraNum.style.display="block"; } else{ paraNum.style.display="none"; } } popfont="Facename[, point size[, charset[, PLAIN BOLD ITALIC UNDERLINE]]]" Text1="The text for the first pop-up window." Text2="The text for the second pop-up window."