var rekl_count = 0;
var rekl_value = new Array();
function rekl_view(_num, _uid, _title, _vendor,_comment,_im,_linkto) {
this.rekl_num = _num;
this.rekl_uid = _uid;
this.rekl_title = _title;
this.rekl_vendor = _vendor;
this.rekl_comment = _comment;
this.rekl_href  = '<a href="'+_linkto+'">';
_im!='' ? this.rekl_im = this.rekl_href  + '<img src="'+path+'0/'+_uid+'/$file/'+_im+'" width=120 height=120 border=0></a>' : this.rekl_im = '';
this.show = rekl_view_show;
}
function rekl_view_show() {
document.write('<div style="width:100%;margin:3px;padding:5px;border:1px solid #6699CC;"><table cellspacing=0 cellpadding=1 border=0 width=100%><tr>');
document.write('<td width=1%>'+this.rekl_im+'</td>');
document.write('<td width=99%><div>'+this.rekl_href+'<b>'+this.rekl_title+'</b></a></div>');
document.write('<div>'+this.rekl_vendor+'</div>');
document.write('<div style=margin-top:5px;color:#757575;>'+this.rekl_comment+'</div>');
document.write('</td></tr></table></div>'); 
}
var v_rekl='<h2>No documents found</h2>'; 
