function wrap_root (text) {
//	var res=[];for (var i=0; i<3; i++)
	//	res[i]=
 // alert(this.nodeType);

return '<table border=0 cellspacing=0 cellpadding=0 width=100% height=23><tr><td width=100% background=Button-ovaal-136-1.gif class=m4inner align=center>' + text + '</td></tr></table>'
//	alert(res);
	return res;
}

function wrap_client_60 (text) {
//  alert(this.nodeType);
  return '<table border=0 cellspacing=0 cellpadding=0 width=100% height=10 background=white><tr><td height=10 width=100% background="Half-ovaal-boven 60.gif" class=m4inner align=center>&nbsp;' + text + '</td></tr></table>'
}

