// JavaScript Document

//alert('ok');

function sH(what)
{
what=what.split("__");
to=document.getElementById(what[1]).style;
if(what[0]=='S')to.display='block';
else to.display='none';
}

function emil(w)
{
d='atlas.edu.pl';
document.write('<a href="mailto:'+w+'@'+d+'" class="emil">'+w+'@'+d+'</a>');
}