var n_ar = new Array();
var n_ar_count = 0;
var n_arm = new Array();
var n_arm_count = 0;
function newsArch(_num,_title,_viewtitle,_resp) {
this._na_num = _num;
this._na_title = _title;
this._na_viewtitle = _viewtitle;
this._na_resp = _resp;
n_exp==_num ? this._na_href='&CollapseView' : this._na_href='&Expand='+_num+'&Count=100&';
n_exp==_num ? this._na_im='<img src=/icons/collapse.gif border=0 height=16 width=16 alt=->' : this._na_im='<img src=/icons/expand.gif border=0 height=16 width=16 alt=+>';
if(all_exp=='1') {this._na_im='<img src=/icons/collapse.gif border=0 height=16 width=16 alt=+>'}
this.show=shownewsArch;
}
function shownewsArch() {
document.write('<div style="margin-top:5px;"><a href='+path+this._na_viewtitle+'?OpenView'+this._na_href+'>'+this._na_im+'</a><a href='+path+this._na_viewtitle+'?OpenView'+this._na_href+' class=linktop>'+this._na_title+'</a><span class=text9ptgr>&nbsp('+this._na_resp+')</span></div>');
}
function newsArchm(_parentnum,_num,_title,_viewtitle,_resp) {
this._nam_parentnum = _parentnum;
this._nam_num = _num;
this._nam_title = _title;
this._nam_viewtitle = _viewtitle;
this._nam_resp = _resp;
n_expm==_num ? this._nam_href='&Expand='+_parentnum+'&' : this._nam_href='&Expand='+_parentnum+'.'+_num+'&Count=100&';
n_expm==_num ? this._nam_im='<img src=/icons/collapse.gif border=0 height=16 width=16 alt=->' : this._nam_im='<img src=/icons/expand.gif border=0 height=16 width=16 alt=+>';
this.show=shownewsArchm;
}
function shownewsArchm() {
document.write('<div style="margin-top:2px;margin-left:5px;"><a href='+path+this._nam_viewtitle+'?OpenView'+this._nam_href+'>'+this._nam_im+'</a><a href='+path+this._nam_viewtitle+'?OpenView'+this._nam_href+' class=linkmonth>'+month_title[this._nam_title-1]+'</a><span class=text9ptgr>&nbsp('+this._nam_resp+')</span></div>');
}

