}
# _bannertitle_ is defined in nav_css/ns4.dm, and is either text or
# a banner image
_pagebanner_ {
_globallinks_
_bannertitle_
_imagecollection_
}
_pagebanner_[v=1] {
_imagecollection_
_globallinks_
_pagebannerextra_
}
# note we no longer close off one of the startspacer tables here!!
_footer_ {
_pagefooterextra__endspacer__htmlfooter_
}
# v=1 footer: not using startspacer in the header, so dont put it in the footer
_footer_ [v=1]{
_pagefooterextra_
_htmlfooter_
}
# close off anything opened by startspacer
_endspacer_ {
}
_htmlfooter_ {
}
# imagescript only used in nav_ns4.dm
_globalscripts_{
}
_globalscripts_ [v=1] {
}
_scriptdetach_ {
function close\_detach() \{
close();
\}
}