
function showIcon( id )
{
  $( '#'+id+"_icon" ).attr( "src", "http://flexter.nl/lib/menu/"+id+".gif" );
}

function showIconHi( id )
{
  $( '#'+id+"_icon" ).attr( "src", "http://flexter.nl/lib/menu/"+id+"_hi.gif" );
}
