function _init(x) {
	if(document.all) {return 'document.all["'+x+'"]'}
	else if(document.getElementById) {return 'document.getElementById("'+x+'")'}
}
function divOver(x,_uid) {
if(_uid == linkid) return
_brous = _init(x);
eval(_brous + ".className='d1ov'");
}
function divOut(x,_uid) {
if(_uid == linkid) return
_brous = _init(x);
eval(_brous + ".className='d1'");
}
var d1_value = new Array();
var d1_count = 0;
var d2_value = new Array();
var d2_count = 0;
var d2_categor = '';
function d1(_num,_title,_uid) {
this.d1_num = _num;
this.d1_title = _title;
this.d1_uid = _uid;
this.show = d1_show;
_uid==linkid ? this.d1_class = 'ak' : this.d1_class = '';
_num == 1 ? this.d1_st = 'f' : this.d1_st = '';
}
function d1_show() {
document.write('<td valign=bottom class=toptab'+this.d1_st+'><a href="'+path+'0/'+this.d1_uid+'?OpenDocument" class=top1'+this.d1_class+'>'+this.d1_title+'</a></td>');
}
function d2(_num,_categor,_title,_uid,_br,_br2,_new) {
this.d2_num = _num;
this.d2_title = _title;
this.d2_uid = _uid;
this.show = d2_show;
_num == 1 ? this.d2_st = '1' : this.d2_st = '2';
if(_categor != d2_categor) {this.d2_categor = '<div class=title'+this.d2_st+'>'+_categor+'</div>'; d2_categor=_categor;} else { this.d2_categor = ''}
_uid==linkid ? this.d2_class = 'ak' : this.d2_class = '';
_new=='1' ? this.d2_new = '&nbsp;<span class=nf>New!</span>' : this.d2_new = '';
}
function d2_show() {
document.write(this.d2_categor+'<div style=padding-left:20px;><a href="'+path+'0/'+this.d2_uid+'?OpenDocument" class=sh'+this.d2_class+'>'+this.d2_title+'</a>'+this.d2_new+'</div>');
}

