/*******************************************************
elunic GbR
(c) copyright 2004 by elunic GbR
www.elunic.de
*******************************************************/

function swap_content( span )
{
    displayType = ( document.getElementById( span ).style.display == 'none' ) ? 'block' : 'none';
    document.getElementById( span ).style.display = displayType;
}

function go_search()
{
if(document.searchform.what.value != '<?=SEARCHTXT?>')
  {document.searchform.submit();}
}