function _init(x) {
	if(document.all) {return 'document.all["'+x+'"]'}
	else if(document.getElementById) {return 'document.getElementById("'+x+'")'}
}
var dleft_count = 0;
var d2_count = 0;
var d2_value = new Array();
var d3_value = new Array();
var d4_value = new Array();
var d5_value = new Array();
var ff2_value = new Array();
var r_count = new Array();
function d2(_num, _title, _uid, _link, _lt) {
dleft_count++;
this.d2_num = _num;
this.d2_title = _title;
this.d2_uid = _uid;
_link == 0 ? this.d2_link = path+'0/'+_uid : this.d2_link = _link;
_lt==1 ? this.d2_lt = ' target=new' : this.d2_lt = '';
_uid == linkid ? this.d2_class = 'ak' : this.d2_class = '';
_num !=1 ? this.d2_div = '</div>' : this.d2_div = '';
_uid==lleft ? this.d2_vis = 'inline': this.d2_vis = 'none';
this.show = d2_show;
}
function d2_show() {
document.write(this.d2_div + '<div class=genmenu2'+this.d2_class+ '><a href="'+this.d2_link+'" '+this.d2_lt+' class=gen2>'+this.d2_title+'</a></div>');
document.write('<div id=d'+this.d2_uid+' style=display:'+this.d2_vis+';>');
}
function d3(_num, _title, _uid, _link, _lt) {
this.d3_num = _num;
this.d3_title = _title;
this.d3_uid = _uid;
_uid == linkid ? this.d3_class = 'ak' : this.d3_class = '';
_link == 0 ? this.d3_link = path+'0/'+_uid : this.d3_link = _link;
_lt==1 ? this.d3_lt = ' target=new' : this.d3_lt = '';
this.show = d3_show;
}
function d3_show() {
document.write('<div class=genmenu3><a href="'+this.d3_link+'" class=gen3'+this.d3_class+this.d3_lt+'>'+this.d3_title+'</a></div>');
}
function d4(_num, _title, _uid, _link, _lt) {
this.d4_num = _num;
this.d4_title = _title;
this.d4_uid = _uid;
_uid == linkid ? this.d4_class = 'ak' : this.d4_class = '';
_link == 0 ? this.d4_link = path+'0/'+_uid : this.d4_link = _link;
_lt==1 ? this.d4_lt = ' target=new' : this.d4_lt = '';
this.show = d4_show;
}
function d4_show() {
document.write('<div class=genmenu4><a href="'+this.d4_link+'" class=gen4'+this.d4_class+this.d4_lt+'>'+this.d4_title+'</a></div>');
}
function d5(_num, _title, _uid, _link, _lt) {
this.d5_num = _num;
this.d5_title = _title;
this.d5_uid = _uid;
_uid == linkid ? this.d5_class = 'ak' : this.d5_class = '';
_link == 0 ? this.d5_link = path+'0/'+_uid : this.d5_link = _link;
_lt==1 ? this.d5_lt = ' target=new' : this.d5_lt = '';
this.show = d5_show;
}
function d5_show() {
document.write('<div class=genmenu5><a href="'+this.d5_link+'" class=gen5'+this.d5_class+this.d5_lt+'>'+this.d5_title+'</a></div>');
}
function ff2(_num, _title, _uid, _link, _lt) {
dleft_count++;
this.ff2_num = _num;
this.ff2_title = _title;
this.ff2_uid = _uid;
_link == 0 ? this.ff2_link = path+'0/'+_uid : this.ff2_link = _link;
_lt==1 ? this.ff2_lt = ' target=new' : this.ff2_lt = '';
_uid == linkid ? this.ff2_class = 'ak' : this.ff2_class = '';
_num !=1 ? this.ff2_div = '' : this.ff2_div = '<div><img src='+path+'z.gif width=1 height=10 border=0></div>';
_uid==lleft ? this.ff2_vis = 'inline': this.ff2_vis = 'none';
this.show = ff2_show;
}
function ff2_show() {
document.write(this.ff2_div + '<div class=genmenu2'+this.ff2_class+ '><a href="'+this.ff2_link+'" '+this.ff2_lt+' class=gen2>'+this.ff2_title+'</a></div>');
}
