<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
function akt(text)<br>
{<br>
document[text].src=text+&quot;_d.gif&quot;;<br>
}
<p> function deakt(text)<br>
  {<br>
  document[text].src=text+&quot;.gif&quot;;<br>
  }</p>
</body>
</html>

