<!--

bgCol="";
brackCol_o="#DAE7ED";
brackCol="#FFFFFF";
restCol="#EEEEEE";
now=new Date();
nowYear=now.getYear();
if (nowYear < 1900) nowYear=nowYear+1900;
function switchKryz(rcvState){
  if (document.anchors['kryzbrack1']){
	if (rcvState == 1){
       document.anchors['kryzbrack1'].style.color=brackCol_o;
       document.anchors['kryzbrack2'].style.color=brackCol_o;
	}else{
	  document.anchors['kryzbrack1'].style.color=brackCol;
	  document.anchors['kryzbrack2'].style.color=brackCol;
	}
  }	else if(document.getElementById){
	  if (rcvState == 1){
       document.getElementById('kryzbrack1').style.color=brackCol_o;
       document.getElementById('kryzbrack2').style.color=brackCol_o;
	}else{
	  document.getElementById('kryzbrack1').style.color=brackCol;
	  document.getElementById('kryzbrack2').style.color=brackCol;
	}
  }
}

 document.write('<table cellspacing="0" cellpadding="0" border="0" width="700" height="22" bgcolor="'+bgCol+'">');
    document.write('<tr>');
     document.write('<td width="200" height="22" valign="middle"></td>');     
     document.write('<td width="370" height="22" valign="middle" align="center"><a href="http://www.kryzalid.net" TARGET="_blank" style="font-family:verdana,arial,helvetica; font-size:10px; color:'+restCol+'; text-decoration:none;" onmouseover="switchKryz(1)" onmouseout="switchKryz(0)">r&eacute;alisation&nbsp;&nbsp;::&nbsp;&nbsp;design&nbsp;&nbsp;::&nbsp;&nbsp;realization</a></td>');
     document.write('<td width="130" height="22" valign="middle">');
           document.write('<b><a name="kryzbrack1" href="http://www.kryzalid.net" TARGET="_blank" style="font-family:verdana,arial,helvetica; font-size:11px; color:'+brackCol+'; text-decoration:none;" onmouseover="switchKryz(1)" onmouseout="switchKryz(0)">[</a>&nbsp;');
           document.write('<a href="http://www.kryzalid.net" TARGET="_blank" style="font-family:verdana,arial,helvetica; font-size:11px; color:'+brackCol+'; text-decoration:none;" onmouseover="switchKryz(1)" onmouseout="switchKryz(0)">kryzalid.net</a>&nbsp;');
           document.write('<a name="kryzbrack2" href="http://www.kryzalid.net" TARGET="_blank" style="font-family:verdana,arial,helvetica; font-size:11px; color:'+brackCol+'; text-decoration:none;" onmouseover="switchKryz(1)" onmouseout="switchKryz(0)">]</a>&nbsp;&nbsp;</b>');          
           document.write('<a href="http://www.kryzalid.net" TARGET="_blank" style="font-family:verdana,arial,helvetica; font-size:10px; color:'+restCol+'; text-decoration:none;" onmouseover="switchKryz(1)" onmouseout="switchKryz(0)">&copy;'+nowYear+'</a>&nbsp;');
     document.write('</td>');
   document.write('</tr>');
document.write('</table>');

//-->