function wi(url, width, height)
{
	width += 50; height += 50;
	window.open(url, 'foto', 'width='+width+', height='+height+', toolbar=no, location=no, resizable=yes, scrollbars=yes, top=100, left=100');
	return false; 
}

function w(url)
{
    window.open(url, "page", "menubar=yes, location=yes, status=yes, toolbar=no, scrollbars=yes, resizable=yes");
    return false;
}

function change_pair()
{
	var el = document.getElementById('pair');
	el.value = 1;
	return true;
}

function anti_spam($person)
{
	switch ($person) {
	
		case 'lubos':
			document.write("<div class='person'>");
			/*document.write("	<a href='/templates/srpen08/images/foto-lubos-b.jpg' class='thickbox' title='Luboš Svoboda - webmaster'><img src='/templates/srpen08/images/foto-lubos.jpg' alt='Luboš' width='63' height='84' /></a>");*/
			document.write("	<p class='name'>Luboš Svoboda <span> webmaster</span></p>");
			document.write("	<dl style='padding-left: 65px;'>");
			document.write("		<dt>tel.:</dt>");
			document.write("		<dd>519 414 408</dd>");
			document.write("		<dt>mobil:</dt>");
			document.write("		<dd>608 470 777</dd>");
			document.write("		<dt>e-mail:</dt>");
			document.write("		<dd><a href='mailto:svoboda&#64;graweb.com'>svoboda&#64;graweb.com</a></dd>");
			document.write("	</dl>");
			document.write("</div>");				
		break;
	}
}