setSelector(_ts, getStype());
setSelector(_fs, getForm());
+ /* If searching for journal title, set it to journal title */
+ if (getStype() == 'title' && getBibLevel() == 's') {
+ dojo.byId('jtitle').selected = true;
+ }
+
depthSelInit();
args[PARAM_LOCATION] = depthSelGetNewLoc();
args[PARAM_DEPTH] = d;
args[PARAM_FORM] = _fs.options[_fs.selectedIndex].value;
+
+ /* Set the bib level to 's' for serials if the magic "Journal title" has ben chosen */
if (_ts.options[_ts.selectedIndex].id == 'jtitle') {
args[PARAM_BIBLEVEL] = 's';
}