function menucurrentprefix( )
{
    if( document.location.toString().match('http://www.pzw.org.pl/home/forum') )
        return( 'forum' );

    return( 'pzw' );
}