package query ####################################################################### # Macros whose values are set from within the server at runtime. These # are here only for reference and to set default values if required. ####################################################################### _quotedquery_ {} _freqmsg_ {} _resultline_ {} _thisfirst_ {} _thislast_ {} _nextfirst_ {} _nextlast_ {} _prevfirst_ {} _prevlast_ {} _searchhistorylist_ {} #_histvalue0_ to _histvalue19_ _advformlist_ {} _regformlist_ {} _fqfselection_ {} ####################################################################### # icons ####################################################################### _iconthispage_ {_texticonthispage_} _iconqueryresultsbar_ {_texticonqueryresultsbar_} # _iconnext_ and _iconprev_ are overridden in this package as we # don't want alt text here _iconnext_{} _iconprev_{} ####################################################################### # images ####################################################################### _imagethispage_ {_iconthispage_} ####################################################################### # page content ####################################################################### _pagescriptextra_ { var options = new Array(7); options[0] = new Array('Any'); options[1] = new Array('Any', 'Absorption', 'Distribution', 'Metabolism', 'Elimination', 'Effect of Food', 'Drug Interactions', 'Special Populations'); options[2] = new Array('Any', 'Trace Metal', 'Excretion', 'Selectivity', 'Copper', 'Zinc', 'Manganese', 'Iron', 'Distribution', 'Brain', 'Heart', 'Plasma', 'Plasma', 'Fetal', 'Liver', 'Kidney'); options[3] = new Array('Any', 'Acute Toxicity', 'Repeated Dose Toxicity', 'Studies in Rodents', 'Studies in Dogs', 'Overdosage', 'Reproductive Toxicity', 'Teratogenicity', 'Mutagenecity', 'Carcinogenicity'); options[4] = new Array('Any', 'Superoxide Dismutase', 'Ferroxidase I', 'Ferroxidase II', 'Metallothienein', 'Ceruloplasmin'); options[5] = new Array('Any', 'Heart', 'Complications', 'Microvascular', 'Renal', 'Diabetes'); options[6] = new Array('Any'); options[7] = new Array('Any'); function initialize () \{ var form = document.QueryForm; var c2 = form.c2.selectedIndex; var i; form.c3.options.length = 0; var isselected = 0; for (i = 0; i < options[c2].length; i++) \{ form.c3.options[i] = new Option(options[c2][i], options[c2][i]); if (options[c2][i] == "_cgiargc3_") \{ form.c3.selectedIndex = i; isselected = 1; \} \} if (!isselected) form.c3.selectedIndex = 0; \} } _content_ {
_queryform_
_iconblankbar_

_resultline_ } _queryform_ {

Type
Category
Sub-Category
Search Terms

} # we want to put the links to previous/next pages of results # in the footer _pagefooterextra_ {
_If_(_prevfirst_,< _textmatches__prevfirst_ - _prevlast_) _If_(_nextfirst_,_textmatches__nextfirst_ - _nextlast_ >)
}