function parentClick(id) {
    if (document.getElementById('menu2-'+id).className=='expanded') {
        document.getElementById('menu2-'+id).className='hidden';
        document.getElementById('menu1-'+id).className='menu1-notselected-parent-normal';
    } else {
        document.getElementById('menu2-'+id).className='expanded';
        document.getElementById('menu1-'+id).className='menu1-selected-parent-normal';
    }
}

function putMail(p1,p3)
{
	var p2='&#64;';
	document.write('<a href="mailto:'+p1+p2+p3+'">'+p1+p2+p3+'</a>');
}

function putInfo(s)
{
	document.getElementById('icohref').value='';
	document.getElementById('icohref').value='<a href="http://fanklubskoda.cz">\n<img src="'+s.src+'" alt="Fanklub Škoda Vysoké Mýto &amp; Hradec Králové" />\n</a>';
}
