+
$title
@@ -1053,7 +1057,7 @@ function setExternal(extform,residx,type
if (residx > 0) {
labelinput += '_'+residx;
titleinput += '_'+residx;
- appendinput += '_'+residx;
+ appendinput += '_'+residx;
}
if (document.getElementById(labelinput)) {
var crslabel = document.getElementById(labelinput).value;
@@ -1360,7 +1364,7 @@ function updateExttool(caller,form,suppl
if ((ltitoolsDisplay[i][j]) && (ltitoolsTarget[i][j] == 'window')) {
dimen = 'block';
dimenwidth = ltitoolsWidth[i][j];
- dimenheight = ltitoolsHeight[i][j];
+ dimenheight = ltitoolsHeight[i][j];
}
if (document.getElementById(dimendiv)) {
document.getElementById(dimendiv).style.display = dimen;
@@ -1387,7 +1391,7 @@ function updateExttool(caller,form,suppl
}
if (document.getElementById(linktextinput)) {
if (ltitoolsLink[i][j]) {
- document.getElementById(linktextinput).value = ltitoolsLinkDef[i][j];
+ document.getElementById(linktextinput).value = ltitoolsLinkDef[i][j];
} else {
document.getElementById(linktextinput).value = '';
}