function t_divhead(w,stil){
	return (NS4?"":" style='visibilty:hidden"+stil+"'")+" onmouseover='t_over()' onmouseout='t_ud()'><table width="+w+" border=0 cellspacing=0 cellpadding=0><tr><td class=mbg><table width="+w+" border=0 cellspacing=0 cellpadding=0><tr><td class=mindhold style='border-color: #000033; border-style: solid; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-width: 0px;'>"
}
function t_defab(id){
	if(NS4){
		a="&nbsp;<a class=mlns style='font-weight:bold' onmouseover=t_over() onmouseout=t_ud() target=_top href="
		b=c="&nbsp;&nbsp;&nbsp;"+a
	}else{
		a="<a class=ml"+id+" style='font-weight:bold' onmouseover=t_over() target=_top href="
		b="<a class=ml"+id+" style='padding:1px 2px 1px 10px;font-size:11px' onmouseover=t_over() target=_top href="
		c="<a class=ml"+id+" style='padding:1px 2px 1px 20px; font-size:10px' onmouseover=t_over() target=_top href="
	}
}


